PDFView4NET WinForms Edition
PageView Property (PDFAnnotationsView)




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

PDFAnnotationsView Class
PDFAnnotationsView Members