ExaminerResultsIsPdfPortfolio Property |
Gets a value indicating whether the document contains a PDF Portfolio. This test looks specifically
for a Collection object in the document's catalog. 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.Examiner
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public bool IsPdfPortfolio { get; }
Public ReadOnly Property IsPdfPortfolio As Boolean
Get
Property Value
Type:
Booleantrue if the document contains a PDF portfolio; otherwise,
false.
See Also