Gets and sets an indicator that all document data and pages are to be inserted.
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);
}
'Declaration
Public Property IncludeAllDocumentData As Boolean
'Usage
Dim instance As InsertPagesOptions
Dim value As Boolean
instance.IncludeAllDocumentData = value
value = instance.IncludeAllDocumentData
Property Value
A boolean value which is
true to insert all document data and pages. Otherwise,
false is used.