PdfDocument
IsPortfolio Property
|
Indicates the document is a PDF Portfolio or not.
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool IsPortfolio { get; }
Public ReadOnly Property IsPortfolio As Boolean
Get
public:
property bool IsPortfolio {
bool get ();
}
member IsPortfolio : bool with get
Property Value
Type:
Boolean
See Also