In This Topic
GdPicture14 Namespace / BookmarksTree Class / AutoGenerate Property

AutoGenerate Property (BookmarksTree)

In This Topic
Specifies if the bookmarks shall be auto-generated if the document does not contain any bookmarks. Default value is true.
Syntax
'Declaration

 

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

public: __property void set_AutoGenerate( 

   bool value

);
public:

property bool AutoGenerate {

   bool get();

   void set (    bool value);

}
See Also