Accusoft.PdfXpress7.Net
IncludeSourceBookmarks Property




Gets and sets an indicator that all bookmarks, as well as pages are to be inserted.
Syntax
public bool IncludeSourceBookmarks {get; set;}
public: __property bool get_IncludeSourceBookmarks();
public: __property void set_IncludeSourceBookmarks( 
   bool value
);
public:
property bool IncludeSourceBookmarks {
   bool get();
   void set (    bool value);
}
'Declaration
 
Public Property IncludeSourceBookmarks As Boolean
 
'Usage
 
Dim instance As InsertPagesOptions
Dim value As Boolean
 
instance.IncludeSourceBookmarks = value
 
value = instance.IncludeSourceBookmarks

Property Value

A boolean value which is true if all pages are to be inserted. Otherwise, false should be used.
Remarks

The default value is true.

See Also

Reference

InsertPagesOptions Class
InsertPagesOptions Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback