'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); }