VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfBookmark Class / Destination Property
Syntax Requirements SeeAlso
In This Topic
    Destination Property (PdfBookmark)
    In This Topic
    Gets or sets the destination to be displayed when this bookmark is activated.
    Syntax
    'Declaration
    
    Public Property Destination As PdfDestinationBase
    
    
    public PdfDestinationBase Destination { get; set; }
    
    
    public: __property PdfDestinationBase* get_Destination();
    public: __property void set_Destination(
    PdfDestinationBase* value
    );
    public:
    property PdfDestinationBase^ Destination { PdfDestinationBase^ get(); void set(PdfDestinationBase^ value); }
    Requirements

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

    See Also