ExaminerResultsIsPdf Property |
Gets a value indicating whether the document is a PDF. This test is more lenient than the
specification allows and will return true if the document contains the PDF header
including in some pathological cases. If the PDF header meets specification, [P:IsValidHeader]
will return true. If it returns
false, the document is well out-of-spec and no other information in ExaminerResults
will be valid.
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 IsPdf { get; }
Public ReadOnly Property IsPdf As Boolean
Get
Property Value
Type:
Booleantrue if the document is a PDF; otherwise,
false.
See Also