VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / DecoderBase Class
In This Topic
    DecoderBase Class Methods
    In This Topic
    For a list of all methods of this type, see DecoderBase.
    Public Methods
     NameDescription
    Public MethodPerforms authentication using specified authentication request.
    Public MethodDetermines whether this decoder can convert page with specified index to SVG optimally.
    Public MethodCloses the source of the decoder.
    Public MethodReturns the authorization result.
    Public MethodReturns the default decoding settings of the specified page.
    Public MethodReturns the default layout settings of the document.
    Public MethodReturns the default rendering settings of the specified page.
    Public MethodReturns a document metadata.
    Public MethodOverloaded. Returns an image, which is associated with the specified page of image/document source.
    Public MethodOverloaded. Returns information about image without loading the image data into memory.
    Public MethodReturns a metadata of specified page of image/document source.
    Public MethodReturns name of primary decoder (decoder that decodes image data) for specified page index.
    Public MethodReturns the raster grid editor for image.
    Public MethodOverloaded. Returns a thumbnail image of the specified page of image/document source.
    Public MethodDetermines that stream contains image file in format of this decoder.
    Protected Methods
     NameDescription
    Protected MethodChecks the value of the page index.
    Protected MethodCheck the value of rendering settings.
    Protected MethodOverloaded. Releases the unmanaged resources used by the and optionally releases the managed resources.
    Protected MethodAllows an DecoderBase to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
    Protected MethodReturns the number of pages in the source file stream.
    Protected MethodRaises the [PageCountChanged] event.
    Protected MethodPerforms color correction using specified decoding settings.
    Protected MethodSets the number of pages in the source file stream.
    See Also