ImageGear .NET v25.2 - Updated
ImageGear.Presentation Assembly / ImageGear.Display Namespace / ImGearPresentation Class
Members




In This Topic
    ImGearPresentation Class
    In This Topic
    Class for initialization of Presentation Assembly.
    Object Model
    ImGearPresentation Class
    Syntax
    'Declaration
     
    Public MustInherit NotInheritable Class ImGearPresentation 
    'Usage
     
    Dim instance As ImGearPresentation
    public static class ImGearPresentation 
    public __gc abstract __sealed class ImGearPresentation 
    public ref class ImGearPresentation abstract sealed 
    Remarks
    This class is necessary for initialization of Presentation Assembly, if SVG rendering/rasterization is necessary in WinForms or Console application. In such case please add reference to the ImageGear Presentation Assembly and call Initialize method prior to using SVG drawing functionality.
    Inheritance Hierarchy

    System.Object
       ImageGear.Display.ImGearPresentation

    See Also