Name | Description | |
---|---|---|
DecoderBase | Overloaded. Initializes a new instance of the |
Name | Description | |
---|---|---|
DecoderBase | Overloaded. Initializes a new instance of the |
Name | Description | |
---|---|---|
IsAuthenticationRequired | Gets a value indicating whether source document requres authentication. | |
IsDisposed | Gets a value indicating whether this decoder is disposed. | |
IsVectorDecoder | Gets a value indicating whether the decoder is a vector decoder. | |
Name | Gets the name of the decoder. | |
PageCount | Gets the number of pages in the source file stream. | |
SourceStream | Gets the source stream of this decoder. |
Name | Description | |
---|---|---|
Authenticate | Performs authentication using specified authentication request. | |
CanConvertToSvgOptimally | Determines whether this decoder can convert page with specified index to SVG optimally. | |
Close | Closes the source of the decoder. | |
GetAuthorizationResult | Returns the authorization result. | |
GetDefaultDecodingSettings | Returns the default decoding settings of the specified page. | |
GetDefaultLayoutSettings | Returns the default layout settings of the document. | |
GetDefaultRenderingSettings | Returns the default rendering settings of the specified page. | |
GetDocumentMetadata | Returns a document metadata. | |
GetImage | Overloaded. Returns an image, which is associated with the specified page of image/document source. | |
GetImageInfo | Overloaded. Returns information about image without loading the image data into memory. | |
GetPageMetadata | Returns a metadata of specified page of image/document source. | |
GetPrimaryDecoderName | Returns name of primary decoder (decoder that decodes image data) for specified page index. | |
GetRasterGridEditor | Returns the raster grid editor for image. | |
GetThumbnail | Overloaded. Returns a thumbnail image of the specified page of image/document source. | |
IsValidFormat | Determines that stream contains image file in format of this decoder. |
Name | Description | |
---|---|---|
CheckPageIndexValue | Checks the value of the page index. | |
CheckRenderingSettingsValue | Check the value of rendering settings. | |
Dispose | Overloaded. Releases the unmanaged resources used by the | |
Finalize | Allows an DecoderBase to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. | |
GetPageCount | Returns the number of pages in the source file stream. | |
OnPageCountChanged | Raises the [PageCountChanged] event. | |
PerformColorCorrection | Performs color correction using specified decoding settings. | |
SetPageCount | Sets the number of pages in the source file stream. |
Name | Description | |
---|---|---|
PageCountChanged | Occurs when page count is changed. |