VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing Namespace / PdfDocumentCopyCommand Class / SourceDocument Property
Syntax Requirements SeeAlso
In This Topic
    SourceDocument Property (PdfDocumentCopyCommand)
    In This Topic
    Gets the source document, where target PDF document must be copied.
    Syntax
    'Declaration
    
    <BrowsableAttribute(False)>
    Public ReadOnly Property SourceDocument As Vintasoft.Imaging.Pdf.PdfDocument
    
    
    [Browsable(False)]
    public Vintasoft.Imaging.Pdf.PdfDocument SourceDocument { get; }
    
    
    [Browsable(False)]
    public: __property Vintasoft.Imaging.Pdf.PdfDocument* get_SourceDocument();
    
    
    
    [Browsable(False)]
    public:
    property Vintasoft.Imaging.Pdf.PdfDocument^ SourceDocument { Vintasoft.Imaging.Pdf.PdfDocument^ get(); }
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also