VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / NdpiDecoder Class
In This Topic
NdpiDecoder Class Methods
In This Topic
For a list of all methods of this type, see NdpiDecoder.
Public Methods
 NameDescription
Public MethodPerforms authentication using specified authentication request. (Inherited from DecoderBase)
Public MethodDetermines whether this decoder can convert page with specified index to SVG optimally. (Inherited from DecoderBase)
Public MethodReturns a value indicating whether decoder can read a region of the image. (Inherited from WsiDecoderBase)
Public MethodReturns a value indicating whether decoder can progressively read the image. (Inherited from WsiDecoderBase)
Public MethodCloses the source of the decoder.
Public MethodOverloaded. Releases all resources used by the object. (Inherited from DecoderBase)
Public MethodReturns the authorization result. (Inherited from DecoderBase)
Public MethodReturns the default decoding settings of the specified page. (Inherited from DecoderBase)
Public MethodReturns the default layout settings of the document. (Inherited from DecoderBase)
Public MethodReturns the default rendering settings of the specified page. (Inherited from DecoderBase)
Public MethodReturns a document metadata. (Inherited from DecoderBase)
Public MethodOverloaded. Returns an image, which is associated with the specified page of image/document source. (Inherited from DecoderBase)
Public MethodOverloaded. Returns information about image without loading the image data into memory. (Inherited from DecoderBase)
Public MethodReturns a scaled rectangle of raster image. (Inherited from WsiDecoderBase)
Public MethodReturns an image grid as array of rectangles. (Inherited from WsiDecoderBase)
Public MethodReturns an array of scale factors for rectangles of image grid. (Inherited from WsiDecoderBase)
Public MethodReturns a scaled region of raster image. (Inherited from WsiDecoderBase)
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. (Inherited from DecoderBase)
Public MethodOverloaded. Returns a thumbnail image of the specified page of image/document source. (Inherited from DecoderBase)
Public MethodReturns a value indicating whether stream contains image file in format of this decoder.
Protected Methods
 NameDescription
Protected MethodChecks the value of the page index. (Inherited from DecoderBase)
Protected MethodCheck the value of rendering settings. (Inherited from DecoderBase)
Protected MethodAllows an DecoderBase to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from DecoderBase)
Protected MethodReturns the number of pages in the source file stream. (Inherited from WsiDecoderBase)
Protected MethodReturns the RAW images of WSI container.
Protected MethodReturns the whole-slide images from specified RAW images of WSI container.
Protected MethodRaises the [PageCountChanged] event. (Inherited from DecoderBase)
Protected MethodPerforms color correction using specified decoding settings. (Inherited from DecoderBase)
Protected MethodSets the number of pages in the source file stream. (Inherited from DecoderBase)
See Also