Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
Leadtools.Forms.Ocr Assembly > Leadtools.Forms.Ocr Namespace > IOcrPage Interface : OriginalFormat Property |
RasterImageFormat OriginalFormat {get;}
'Declaration
ReadOnly Property OriginalFormat As RasterImageFormat
'Usage
Dim instance As IOcrPage Dim value As RasterImageFormat value = instance.OriginalFormat
RasterImageFormat OriginalFormat {get;}
@property (nonatomic, assign, readonly) LTRasterImageFormat originalFormat
public RasterImageFormat getOriginalFormat()
get_OriginalFormat();
property RasterImageFormat OriginalFormat { RasterImageFormat get(); }
The original file format of the page is the format of the original file on disk, memory or URL, used when creating this IOcrPage. If this page was created from a RasterImage object created directly in memory, the format will be RasterImageFormat.Unknown.
The value of the OriginalFormat property can be useful when exporting the page back into a disk file with the format it was originally loaded from.