Click or drag to resize

IPdfDocumentValidate Method

Validates if the PDF document meets the specification of the provided PdfFormat.

Namespace: Compiled.EDD.Scripting.Extensions.Pdf
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
bool 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

Boolean
true if successfully validated against the format; otherwise false.
See Also