VintaSoft Imaging .NET SDK 15.1: 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

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.PptxDecoder
         Vintasoft.Imaging.Codecs.Decoders.DocxDecoder
         Vintasoft.Imaging.Codecs.Decoders.XlsxDecoder

Requirements

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

See Also