In This Topic
GdPicture14.WPF Namespace / ThumbnailEx Class / DisplayAnnotations Property

DisplayAnnotations Property (ThumbnailEx)

In This Topic
Specifies if annotations are displayed in each thumbnail. True by default. Annotations can be GdPicture/XMP annotations, PDF annotations and PDF FormFields. Default value is true.
Syntax
'Declaration

 

Public Property DisplayAnnotations As Boolean
public bool DisplayAnnotations {get; set;}
public read-write property DisplayAnnotations: Boolean; 
public function get,set DisplayAnnotations : boolean
public: __property bool get_DisplayAnnotations();

public: __property void set_DisplayAnnotations( 

   bool value

);
public:

property bool DisplayAnnotations {

   bool get();

   void set (    bool value);

}
See Also