VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / XlsxDecoder Class
Constructors Properties Methods Events SeeAlso
In This Topic
    XlsxDecoder Class Members
    In This Topic
    The following tables list the members exposed by XlsxDecoder.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets the OpenXml document. (Inherited from OpenXmlDecoder<TDocument>)
    Public PropertyGets a value indicating whether source document requres authentication. (Inherited from DecoderBase)
    Public PropertyGets a value indicating whether this decoder is disposed. (Inherited from DecoderBase)
    Public PropertyGets a value indicating whether the decoder is a vector decoder. (Inherited from OpenXmlDecoder<TDocument>)
    Public PropertyGets the name of the decoder.
    Public PropertyGets the number of pages in the source file stream. (Inherited from DecoderBase)
    Public PropertyGets the source stream of this decoder. (Inherited from DecoderBase)
    Public Methods
     NameDescription
    Public MethodPerforms authentication using specified authentication request. (Inherited from OpenXmlDecoder<TDocument>)
    Public MethodDetermines whether this decoder can convert page with specified index to SVG optimally. (Inherited from DecoderBase)
    Public MethodReturns a value indicating whether the vector rendering can be used. (Inherited from OpenXmlDecoder<TDocument>)
    Public MethodCloses the source of the decoder. (Inherited from DecoderBase)
    Public Methodstatic (Shared in Visual Basic)Deserializes data from provided stream and reconstitutes the graph of objects.
    Public MethodOverloaded. Releases all resources used by the object. (Inherited from DecoderBase)
    Public MethodReturns the authorization result. (Inherited from OpenXmlDecoder<TDocument>)
    Public MethodReturns the default decoding settings of the specified page. (Inherited from DecoderBase)
    Public MethodReturns the default layout settings of XLSX document.
    Public MethodReturns the default rendering settings of XLSX page.
    Public MethodReturns a metadata of XLSX document.
    Public MethodOverloaded. Returns an image, which is associated with the specified page of image/document source. (Inherited from DecoderBase)
    Public MethodOverloaded. Returns information about rendered image of OpenXml page without loading the OpenXml page data into memory. (Inherited from OpenXmlDecoder<TDocument>)
    Public MethodReturns a metadata of XLSX page.
    Public MethodReturns name of primary decoder (decoder that decodes image data) for specified page index. (Inherited from DecoderBase)
    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 Methodstatic (Shared in Visual Basic)Overloaded. Returns a value indicating whether specified file is CSV file.
    Public Methodstatic (Shared in Visual Basic)Overloaded. Returns a value indicating whether specified file ss TSV file.
    Public MethodDetermines a value indicating whether stream contains XLSX or XLS document.
    Public Methodstatic (Shared in Visual Basic)Overloaded. Returns a value indicating whether specified stream contains XLSX document.
    Public MethodSerializes XlsxDecoder to the specified stream.
    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 MethodCreates the XLSX document.
    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 rendering settings, which are correspond to the XLSX decoder.
    Protected MethodReturns the XLSX page.
    Protected MethodReturns the number of pages in the source file stream. (Inherited from OpenXmlDecoder<TDocument>)
    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)
    Public Events
     NameDescription
    Public EventOccurs when page count is changed. (Inherited from DecoderBase)
    See Also