DocumentValidate Method (String, PdfFormat) |
Validate document into the specified file.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic bool Validate(
string outputLogFileName,
PdfFormat format
)
Public Function Validate (
outputLogFileName As String,
format As PdfFormat
) As Boolean
public:
bool Validate(
String^ outputLogFileName,
PdfFormat format
)
member Validate :
outputLogFileName : string *
format : PdfFormat -> bool
Parameters
- outputLogFileName
- Type: SystemString
Path to file where the comments will be stored. - format
- Type: Aspose.PdfPdfFormat
The pdf format.
Return Value
Type:
BooleanThe operation result
See Also