Document.Validate

Validate(string, PdfFormat)

Validate document into the specified file.

public bool Validate(string outputLogFileName, PdfFormat format)
ParameterTypeDescription
outputLogFileNameStringPath to file where the comments will be stored.
formatPdfFormatThe pdf format.

Return Value

The operation result

See Also


Validate(Stream, PdfFormat)

Validate document into the specified file.

public bool Validate(Stream outputLogStream, PdfFormat format)
ParameterTypeDescription
outputLogStreamStreamStream where the comments will be stored.
formatPdfFormatThe pdf format.

Return Value

The operation result

See Also


Validate(PdfFormatConversionOptions)

Validate document into the specified file.

public bool Validate(PdfFormatConversionOptions options)
ParameterTypeDescription
optionsPdfFormatConversionOptionsset of options for convert PDF document

Return Value

The operation result

See Also