'Declaration
<BrowsableAttribute(False)> Public Property PageLayout As PDFPageLayout
'Usage
Dim instance As PDFDocument Dim value As PDFPageLayout instance.PageLayout = value value = instance.PageLayout
[Browsable(false)] public PDFPageLayout PageLayout {get; set;}
[Browsable(false)] public: __property PDFPageLayout get_PageLayout(); public: __property void set_PageLayout( PDFPageLayout value );
[Browsable(false)] public: property PDFPageLayout PageLayout { PDFPageLayout get(); void set ( PDFPageLayout value); }