DocumentValidate Method (String, PdfFormat)
Validate document into the specified file.

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public bool Validate(
	string outputLogFileName,
	PdfFormat format
)

Parameters

outputLogFileName
Type: SystemString
Path to file where the comments will be stored.
format
Type: Aspose.PdfPdfFormat
The pdf format.

Return Value

Type: Boolean
The operation result
See Also