DocumentConvert Method (DocumentCallBackGetHocr) |
Convert document and save errors into the specified file.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic bool Convert(
DocumentCallBackGetHocr callback
)
Public Function Convert (
callback As DocumentCallBackGetHocr
) As Boolean
public:
bool Convert(
DocumentCallBackGetHocr^ callback
)
member Convert :
callback : DocumentCallBackGetHocr -> bool
Parameters
- callback
- Type: Aspose.PdfDocumentCallBackGetHocr
Action for objects that can not be converted
Return Value
Type:
BooleanThe operation result
See Also