VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfDestinationBase Class / Page Property
Syntax Remarks Requirements SeeAlso
In This Topic
    Page Property (PdfDestinationBase)
    In This Topic
    Gets or sets the page designated for this destination.
    Syntax
    'Declaration
    
    Public Property Page As PdfPage
    
    
    public PdfPage Page { get; set; }
    
    
    public: __property PdfPage* get_Page();
    public: __property void set_Page(
    PdfPage* value
    );
    public:
    property PdfPage^ Page { PdfPage^ get(); void set(PdfPage^ value); }
    Remarks

    No page object can be specified for a destination associated with a remote go-to action, because the destination page is in a different PDF document. In this case, the page parameter specifies a PageIndex within the remote document instead of a page object in the current document.

    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