VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / DocxDecoder Class
Constructors Properties Methods Events SeeAlso
In This Topic
    DocxDecoder Class Members
    In This Topic
    The following tables list the members exposed by DocxDecoder.
    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 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 DOCX document.
    Public MethodReturns the default rendering settings of the specified DOCX page.
    Public MethodReturns a document metadata.
    Public MethodOverloaded. Returns an image associated with the specified OpenXml page. (Inherited from OpenXmlDecoder<TDocument>)
    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 specified DOCX 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 MethodDetermines that stream contains DOCX or DOC file.
    Public MethodSerializes DocxDecoder 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 DOCX 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 correspond to the DOCX decoder.
    Protected MethodReturns the DOCX 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