ImageGear22.Core Assembly > ImageGear.Formats Namespace : ImGearFileFormats Class |
The following tables list the members exposed by ImGearFileFormats.
Name | Description | |
---|---|---|
![]() ![]() | Detect | Detects the format of an image. |
![]() ![]() | ExportPageToBitmap | Exports a System.Drawing.Bitmap , in one of the following formats, supported by System.Drawing.Bitmap : 1bpp Indexed, 4bpp Indexed, 8bpp Indexed, 24bpp RGB, 48bpp RGB, 64bpp ARGB. |
![]() ![]() | GetPageCount | Overloaded. Calculates the number of pages in an image. |
![]() ![]() | GetSavingFilter | Overloaded. Returns the saving filter for a particular format. |
![]() ![]() | GetSavingFormats | Overloaded. Returns an array of all file saving formats compatible with a particular ImGearPage. |
![]() ![]() | IsCameraRawFormat | Checks whether specified format is a Camera Raw format. |
![]() ![]() | LoadDocument | Overloaded. Loads all pages from an image. |
![]() ![]() | LoadDocumentMetadata | Overloaded. Loads document metadata without decoding pixel data. |
![]() ![]() | LoadPage | Overloaded. Loads a single page from an image. |
![]() ![]() | LoadPageHeader | Overloaded. Loads image metadata for a particular page without decoding pixel data. |
![]() ![]() | LoadPageMetadata | Overloaded. Loads page metadata without decoding pixel data. |
![]() ![]() | SaveDocument | Saves document to an image. |
![]() ![]() | SavePage | Overloaded. Saves page to an image. |
![]() ![]() | UpdateDocumentMetadata | Updates document metadata without changing pixel data. |
![]() ![]() | UpdatePageMetadata | Overloaded. This method has been deprecated. Creates a new file with exact copy of source file's pixel data and with new metadata. |