VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfEmbeddedGotoAction Class / DocumentSpecification Property
Syntax Remarks Requirements SeeAlso
In This Topic
    DocumentSpecification Property (PdfEmbeddedGotoAction)
    In This Topic
    Gets or sets root document of the target relative to the root document of the source.
    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); }

    Property Value

    null - the source and target share the same root document; NOT null - the root document of the target relative to the root document of the source.
    Remarks

    This property must be used for creating the link to an embedded file in an external document.

    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