'Declaration
<CategoryAttribute("PDF")> <DescriptionAttribute("The document for which the bookmarks are displayed")> <DefaultValueAttribute("")> Public Property Document As PDFDocument
'Usage
Dim instance As PDFBookmarksView Dim value As PDFDocument instance.Document = value value = instance.Document
[Category("PDF")] [Description("The document for which the bookmarks are displayed")] [DefaultValue("")] public PDFDocument Document {get; set;}
[Category("PDF")] [Description("The document for which the bookmarks are displayed")] [DefaultValue("")] public: __property PDFDocument* get_Document(); public: __property void set_Document( PDFDocument* value );
[Category("PDF")] [Description("The document for which the bookmarks are displayed")] [DefaultValue("")] public: property PDFDocument^ Document { PDFDocument^ get(); void set ( PDFDocument^ value); }