Document.Validate
Contents
[
Hide
]Validate(string, PdfFormat)
Validate document into the specified file.
public bool Validate(string outputLogFileName, PdfFormat format)
| Parameter | Type | Description |
|---|---|---|
| outputLogFileName | String | Path to file where the comments will be stored. |
| format | PdfFormat | The pdf format. |
Return Value
The operation result
See Also
- enum PdfFormat
- class Document
- namespace Aspose.Pdf
- assembly Aspose.PDF
Validate(Stream, PdfFormat)
Validate document into the specified file.
public bool Validate(Stream outputLogStream, PdfFormat format)
| Parameter | Type | Description |
|---|---|---|
| outputLogStream | Stream | Stream where the comments will be stored. |
| format | PdfFormat | The pdf format. |
Return Value
The operation result
See Also
- enum PdfFormat
- class Document
- namespace Aspose.Pdf
- assembly Aspose.PDF
Validate(PdfFormatConversionOptions)
Validate document into the specified file.
public bool Validate(PdfFormatConversionOptions options)
| Parameter | Type | Description |
|---|---|---|
| options | PdfFormatConversionOptions | set of options for convert PDF document |
Return Value
The operation result
See Also
- class PdfFormatConversionOptions
- class Document
- namespace Aspose.Pdf
- assembly Aspose.PDF