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