Accusoft.PdfXpressSdk Namespace > InsertPagesOptions Class : IncludeAllDocumentData Property |
'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;}
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.