Click or drag to resize

PdfDocumentIsPdfPortfolio Property

Gets a value indicating whether the document contains a PDF Portfolio. A PDF Portfolio is a feature wherein a PDF document doesn't necessarily contain any PDF data at all, but instead contains a series of embedded files which represent the content of the document. Some PDF documents that have a Portfolion include an ersatz page which is shown for compatibility. The presentation of embedded files is application dependent.

Namespace:  Atalasoft.PdfDoc
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool IsPdfPortfolio { get; }

Property Value

Type: Boolean
true if the document contains a PDF portfolio; otherwise, false.
Remarks
PdfDocument does not support saving PDF portfolio.
See Also