'Declaration
<BrowsableAttribute(False)> Public ReadOnly Property PDFPageViews As PDFPageViewCollection
'Usage
Dim instance As PDFDocument Dim value As PDFPageViewCollection value = instance.PDFPageViews
[Browsable(false)] public PDFPageViewCollection PDFPageViews {get;}
[Browsable(false)] public: __property PDFPageViewCollection* get_PDFPageViews();
[Browsable(false)] public: property PDFPageViewCollection^ PDFPageViews { PDFPageViewCollection^ get(); }