'Declaration
<BrowsableAttribute(False)> <DefaultValueAttribute("")> Public Property DocumentInformation As PDFDocumentInformation
'Usage
Dim instance As PDFDocument Dim value As PDFDocumentInformation instance.DocumentInformation = value value = instance.DocumentInformation
[Browsable(false)] [DefaultValue("")] public PDFDocumentInformation DocumentInformation {get; set;}
[Browsable(false)] [DefaultValue("")] public: __property PDFDocumentInformation* get_DocumentInformation(); public: __property void set_DocumentInformation( PDFDocumentInformation* value );
[Browsable(false)] [DefaultValue("")] public: property PDFDocumentInformation^ DocumentInformation { PDFDocumentInformation^ get(); void set ( PDFDocumentInformation^ value); }