Accusoft.PdfXpress7.Net
IncludeAllDocumentData Property




Gets and sets an indicator that all document data and pages are to be inserted.
Syntax
'Declaration
 
Public Property IncludeAllDocumentData As Boolean
'Usage
 
Dim instance As InsertPagesOptions
Dim value As Boolean
 
instance.IncludeAllDocumentData = value
 
value = instance.IncludeAllDocumentData
public bool IncludeAllDocumentData {get; set;}
public: __property bool get_IncludeAllDocumentData();
public: __property void set_IncludeAllDocumentData( 
   bool value
);
public:
property bool IncludeAllDocumentData {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true to insert all document data and pages. Otherwise, false is used.
Remarks

The default value is true.

Note: Setting this property to true will result in all pages and data of the SourceDocument being inserted into the target document. This will override the pages specified in the PageList.

See Also

Reference

InsertPagesOptions Class
InsertPagesOptions Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback