ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearVectorPage Class
Members




In This Topic
    ImGearVectorPage Class
    In This Topic
    Represents a page that contains vector data.
    Object Model
    ImGearVectorPage ClassImGearPage ClassImGearRasterPage Class
    Syntax
    'Declaration
     
    Public MustInherit Class ImGearVectorPage 
       Inherits ImGearPage
    'Usage
     
    Dim instance As ImGearVectorPage
    public abstract class ImGearVectorPage : ImGearPage 
    public __gc abstract class ImGearVectorPage : public ImGearPage 
    public ref class ImGearVectorPage abstract : public ImGearPage 
    Remarks
    The DIB property will non-null for the instances of this type but it will contain no pixel data.
    Inheritance Hierarchy

    System.Object
       ImageGear.Core.ImGearPage
          ImageGear.Core.ImGearVectorPage
             ImageGear.Formats.Office.ImGearOfficePage
             ImageGear.Formats.PDF.ImGearPDFPage

    See Also