Visual Basic (Declaration) | |
---|---|
Overridable ReadOnly Property OriginalFormat As RasterImageFormat |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
virtual RasterImageFormat OriginalFormat {get;} |
C++/CLI | |
---|---|
virtual property RasterImageFormat OriginalFormat { RasterImageFormat get(); } |
Return Value
A RasterImageFormat enumeration member indicating the original file format of this page.For an example, refer to IOcrPage.
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.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family