VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
In This Topic
    VintaSoft JBIG2 .NET Plug-in: API changes in version 10.0
    In This Topic

    API changes in Vintasoft.Imaging.Office.OpenXml.dll

    New classes:

    public abstract class Vintasoft.Imaging.Codecs.Decoders. OpenXmlDecoder <TDocument> Provides the abstract base class for OpenXml decoders.
    public class Vintasoft.Imaging.Codecs.Decoders. XlsxDecoder Defines a decoder for XLSX document.
    public class Vintasoft.Imaging.Codecs.Decoders. XlsxDocumentLayoutSettings Provides layout settings for XLSX document.
    public class Vintasoft.Imaging.Codecs.Decoders. XlsxRenderingSettings Contains rendering settings of XLSX page.
    public class Vintasoft.Imaging.Metadata. OpenXmlDocumentMetadata Represents a root node of tree that stores metadata of OpenXmlDocument document.
    public class Vintasoft.Imaging.Metadata. OpenXmlGotoActionMetadata Represents a root tree node that stores hyperlink metadata of OpenXmlPage page.
    public class Vintasoft.Imaging.Metadata. OpenXmlPageMetadata Represents a root tree node that stores metadata of OpenXmlPage page.
    public class Vintasoft.Imaging.Metadata. OpenXmlPageTextRegionMetadata Represents a metadata node that stores text region of OpenXmlPage page.
    public class Vintasoft.Imaging.Metadata. OpenXmlUriActionMetadata Represents a root tree node that stores hyperlink metadata of OpenXmlPage page.
    public class Vintasoft.Imaging.Metadata. XlsxDocumentMetadata Represents a root node of tree that stores metadata of XLSX document.
    public class Vintasoft.Imaging.Metadata. XlsxPageMetadata Represents a root tree node that stores metadata of XLSX page.
    public class Vintasoft.Imaging.Metadata. XlsxPageTextRegionMetadata Represents metadata node that stores text region of XLSX page.
    public abstract class Vintasoft.Imaging.Office.OpenXml. OpenXmlDocument Represents an OpenXml document.
    public class Vintasoft.Imaging.Office.OpenXml. OpenXmlDocumentInformation Provides information about OpenXml document.
    public abstract class Vintasoft.Imaging.Office.OpenXml. OpenXmlPage Represents an OpenXml page.
    public class Vintasoft.Imaging.Office.OpenXml. OpenXmlPageCollection <T> Represents a collection of OpenXmlPage objects.
    public class Vintasoft.Imaging.Office.OpenXml.Docx. DocxDocumentException Represents error that occurs during manipulation with DOCX document.
    public class Vintasoft.Imaging.Office.OpenXml.Xlsx. XlsxDocument Represents an XLSX document.
    public class Vintasoft.Imaging.Office.OpenXml.Xlsx. XlsxDocumentException Represents error that occurs during manipulation with XLSX document.
    public class Vintasoft.Imaging.Office.OpenXml.Xlsx. XlsxPage Represents an XLSX page.
    public class Vintasoft.Imaging.Office.OpenXml.Xlsx. XlsxPageCollection Represents a collection of XlsxPage objects.


    Removed classes:

    public class Vintasoft.Imaging.Metadata. DocxGotoActionMetadata Use the OpenXmlGotoActionMetadata class instead.
    public class Vintasoft.Imaging.Metadata. DocxUriActionMetadata Use the OpenXmlUriActionMetadata class instead.
    public class Vintasoft.Imaging.Office.OpenXml.Docx. DocxDocumentInformation Use the OpenXmlDocumentInformation class instead.
    public class Vintasoft.Imaging.Office.OpenXml.Docx. DocxRuntimeError Use the RuntimeError class instead.
    public class Vintasoft.Imaging.Office.OpenXml.Docx. DocxRuntimeWarning Use the RuntimeWarning class instead.


    Changed classes:

    Vintasoft.Imaging.Codecs.Decoders. DocxDecoder
    Added constructors
    public void DocxDecoder(System.IO. Stream, Vintasoft.Imaging.Codecs.Decoders. DocumentLayoutSettings) Initializes a new instance of the DocxDecoder class.
    Added methods
    public Vintasoft.Imaging.Codecs.Decoders. DocumentLayoutSettings GetDefaultLayoutSettings() Returns the default layout settings of DOCX document.


    Vintasoft.Imaging.Codecs.Decoders. MarkupRenderingSettings
    Added properties
    public Vintasoft.Imaging.Drawing.Gdi. GdiTextRenderingHint TextRenderingHint { get ; set ; } Gets or sets the text rendering hint that uses GDI device.


    Vintasoft.Imaging.Office.OpenXml.Docx. DocxDocument
    Changed properties
    public Vintasoft.Imaging.Office.OpenXml.Docx. DocxDocumentInformation DocumentInformation { get ; } public Vintasoft.Imaging.Office.OpenXml. OpenXmlDocumentInformation DocumentInformation { get ; }
    Added constructors
    public void DocxDocument(string, System.IO. FileMode, System.IO. FileAccess, Vintasoft.Imaging.Codecs.Decoders. DocumentLayoutSettings) Initializes a new instance of the DocxDocument class.
    public void DocxDocument(System.IO. Stream, Vintasoft.Imaging.Codecs.Decoders. DocumentLayoutSettings) Initializes a new instance of the DocxDocument class.


    Vintasoft.Imaging.Office.OpenXml.Docx. DocxPage
    Changed methods
    public Vintasoft.Imaging. VintasoftImage Render(System.Drawing. RectangleF, float, Vintasoft.Imaging.Codecs.Decoders. DecodingSettings, Vintasoft.Imaging.Codecs.Decoders. RenderingSettings, System. EventHandler <Vintasoft.Imaging. ProgressEventArgs >) public Vintasoft.Imaging. VintasoftImage Render(System.Drawing. RectangleF, float, Vintasoft.Imaging.Codecs.Decoders. DecodingSettings, Vintasoft.Imaging.Codecs.Decoders. RenderingSettings, System. EventHandler <Vintasoft.Imaging. ProgressEventArgs >, System. EventHandler <Vintasoft.Imaging.ImageRendering. IntermediateImageRequestEventArgs >)


    New enumerations:

    public enum Vintasoft.Imaging.Codecs.Decoders. XlsxPageLayoutSettingsType Specifies available types, which define how an XLSX page must be laid out.