PDFView4NET WinForms Edition
Page Property (PDFPageDestination)




O2S.Components.PDFView4NET Namespace > PDFPageDestination Class : Page Property
Gets or sets the destination page.
Syntax
'Declaration
 
Public Property Page As PDFPage
'Usage
 
Dim instance As PDFPageDestination
Dim value As PDFPage
 
instance.Page = value
 
value = instance.Page
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);
}

Property Value

The target page of the destination.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFPageDestination Class
PDFPageDestination Members