Accusoft.PdfXpress7.Net
IncludeSourceBookmarks Property




Gets and sets an indicator that all bookmarks, as well as pages are to be inserted.
Syntax
'Declaration
 
Public Property IncludeSourceBookmarks As Boolean
'Usage
 
Dim instance As InsertPagesOptions
Dim value As Boolean
 
instance.IncludeSourceBookmarks = value
 
value = instance.IncludeSourceBookmarks
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);
}

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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback