UnifiedSaveOptionsExtractOcrSublayerOnly Property |
This atrribute turned on functionality for extracting image or text
for PDF documents with OCR sublayer.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic bool ExtractOcrSublayerOnly { get; set; }
Public Property ExtractOcrSublayerOnly As Boolean
Get
Set
public:
property bool ExtractOcrSublayerOnly {
bool get ();
void set (bool value);
}
member ExtractOcrSublayerOnly : bool with get, set
Property Value
Type:
Booleantrue text will be extracted in result document; otherwise,
false.
See Also