VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
In This Topic
    VintaSoft Office .NET Plug-in: API changes in version 9.1.2
    In This Topic

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

    New classes:

    public class Vintasoft.Imaging.Codecs.Decoders.MarkupRenderingSettings Contains rendering settings of markup page.
    public class Vintasoft.Imaging.Office.RuntimeError Represents the runtime error, which occurs during loading of document or rendering of page.
    public class Vintasoft.Imaging.Office.RuntimeMessage Represents the runtime message, which occurs during loading of document or rendering of page.
    public class Vintasoft.Imaging.Office.RuntimeWarning Represents the runtime warning, which occurs during loading of document or rendering of page.


    Removed classes:

    public class Vintasoft.Imaging.Office.OpenXml.Docx.DocxRuntimeMessage Use Vintasoft.Imaging.Office.RuntimeMessage class instead.
    public class Vintasoft.Imaging.Office.OpenXml.Docx.Render.CancelRenderingProcessException Use Vintasoft.Imaging.Codecs.Decoders.CancelRenderingProcessException class instead.


    Changed classes:

    Vintasoft.Imaging.Codecs.Decoders.DocxRenderingSettings
    Moved properties
    public System.Drawing.Color InvisibleTableBordersColor { get; set; } Moved to Vintasoft.Imaging.Codecs.Decoders.MarkupRenderingSettings class.
    public bool ShowInvisibleTableBorders { get; set; } Moved to Vintasoft.Imaging.Codecs.Decoders.MarkupRenderingSettings class.
    public bool ShowNonPrintingCharacters { get; set; } Moved to Vintasoft.Imaging.Codecs.Decoders.MarkupRenderingSettings class.