Accusoft.PdfXpressSdk Namespace > PdfXpress Class : Documents Property |
'Declaration <BrowsableAttribute(False)> Public ReadOnly Property Documents As DocumentCollection
'Usage Dim instance As PdfXpress Dim value As DocumentCollection value = instance.Documents
[Browsable(false)] public DocumentCollection Documents {get;}
[Browsable(false)] public: __property DocumentCollection* get_Documents();
[Browsable(false)] public: property DocumentCollection^ Documents { DocumentCollection^ get(); }