PDFView4NET WinForms Edition
PageView Property (PDFBookmarksView)




O2S.Components.PDFView4NET Namespace > PDFBookmarksView Class : PageView Property
Gets or sets the pages viewer control that represents the target for the bookmarks in the document.
Syntax
'Declaration
 
<CategoryAttribute("PDF")>
<DescriptionAttribute("The page viewer control where the bookmark destinations are displayed")>
<DefaultValueAttribute("")>
Public Property PageView As PDFPageView
'Usage
 
Dim instance As PDFBookmarksView
Dim value As PDFPageView
 
instance.PageView = value
 
value = instance.PageView
[Category("PDF")]
[Description("The page viewer control where the bookmark destinations are displayed")]
[DefaultValue("")]
public PDFPageView PageView {get; set;}
[Category("PDF")]
[Description("The page viewer control where the bookmark destinations are displayed")]
[DefaultValue("")]
public: __property PDFPageView* get_PageView();
public: __property void set_PageView( 
   PDFPageView* value
);
[Category("PDF")]
[Description("The page viewer control where the bookmark destinations are displayed")]
[DefaultValue("")]
public:
property PDFPageView^ PageView {
   PDFPageView^ get();
   void set (    PDFPageView^ value);
}
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

PDFBookmarksView Class
PDFBookmarksView Members