VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / OpenXmlDecoder<TDocument> Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    OpenXmlDecoder<TDocument> Class
    In This Topic
    Provides the abstract base class for OpenXml decoders.
    Object Model
    OpenXmlDecoder<TDocument>
    Syntax
    'Declaration
    
    Public MustInherit Class OpenXmlDecoder(Of TDocument
    The document type.
    As Vintasoft.Imaging.Office.OpenXml.OpenXmlDocument) Inherits DecoderBase Implements IVectorDecoder
    public abstract class OpenXmlDecoder<TDocument> : DecoderBase, IVectorDecoder
    where TDocument: Vintasoft.Imaging.Office.OpenXml.OpenXmlDocument
    
    
    public __gc abstract class OpenXmlDecoder<TDocument> : public DecoderBase*, IVectorDecoder
    where TDocument: Vintasoft.Imaging.Office.OpenXml.OpenXmlDocument*
    
    
    generic<typename TDocument>
    public ref class OpenXmlDecoder abstract : public DecoderBase^, IVectorDecoder
    where TDocument: Vintasoft.Imaging.Office.OpenXml.OpenXmlDocument^
    
    

    Type Parameters

    TDocument
    The document type.
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Codecs.Decoders.DecoderBase
          Vintasoft.Imaging.Codecs.Decoders.OpenXmlDecoder<TDocument>
             Vintasoft.Imaging.Codecs.Decoders.DocxDecoder
             Vintasoft.Imaging.Codecs.Decoders.XlsxDecoder

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also