ExaminerResultsIsValidPdfHeader Property |
Gets a value indicating whether the document contains a valid PDF header. If the document
does not meet the PDF specification for a header but still contains the text "%PDF-" this will
return false. For example, if the document start with the following:
%!PS-Adobe - this is PostScript not %PDF-1.0
this will be considered to
be a PDF, even though it is not within specification (and because it's labeled as PostScript, it will likely
generate other errors).
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 IsValidPdfHeader { get; }
Public ReadOnly Property IsValidPdfHeader As Boolean
Get
Property Value
Type:
Booleantrue if the document contains a valid PDF header; otherwise,
false.
See Also