IPdfDocumentValidate Method |  |
Validates if the PDF document meets the specification of the provided
PdfFormat.
Namespace: Compiled.EDD.Scripting.Extensions.PdfAssembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntaxbool Validate(
MemoryStream ms,
PdfFormat pdfFormat
)
Parameters
- ms MemoryStream
- Stream for validation log and results.
- pdfFormat PdfFormat
- The archive format to validate the PDF document against for conformity.
Return Value
Booleantrue if successfully validated against the format; otherwise
false.
See Also