Gets and sets the
Document object which contains the pages to insert.
public Document SourceDocument {get; set;}
public: __property Document* get_SourceDocument();
public: __property void set_SourceDocument(
Document* value
);
'Declaration
Public Property SourceDocument As Document
'Usage
Dim instance As InsertPagesOptions
Dim value As Document
instance.SourceDocument = value
value = instance.SourceDocument
Property Value
A
Document object the contains the pages to insert.