Accusoft.PdfXpress6.Net
IsPortfolio Property




Read-only, specifies whether the document is a portfolio.
Syntax
'Declaration
 
Public ReadOnly Property IsPortfolio As Boolean
'Usage
 
Dim instance As Document
Dim value As Boolean
 
value = instance.IsPortfolio
public bool IsPortfolio {get;}
public: __property bool get_IsPortfolio();
public:
property bool IsPortfolio {
   bool get();
}
Remarks

Default value: false.

If the document is a portfolio, then the document's attachments typically make up the entries of the portfolio. Note: If the document opened is a Portfolio, when rendering the document to an image what is rendered is the Portfolio's Cover Sheet.

See Also

Reference

Document Class
Document Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback