VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfRemoteGotoAction Class / DocumentSpecification Property
Syntax Requirements SeeAlso
In This Topic
    DocumentSpecification Property (PdfRemoteGotoAction)
    In This Topic
    Gets or sets the PDF file in which the destination is located.
    Syntax
    'Declaration
    
    Public Property DocumentSpecification As PdfFileSpecification
    
    
    public PdfFileSpecification DocumentSpecification { get; set; }
    
    
    public: __property PdfFileSpecification* get_DocumentSpecification();
    public: __property void set_DocumentSpecification(
    PdfFileSpecification* value
    );
    public:
    property PdfFileSpecification^ DocumentSpecification { PdfFileSpecification^ get(); void set(PdfFileSpecification^ value); }
    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