ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectPage Class
Members




In This Topic
    ImGearVectPage Class
    In This Topic
    This object represents a vector page which has a background and an ImGearVectorData vector drawing.
    Object Model
    ImGearVectPage ClassImGearPage ClassImGearVectorView ClassImGearRasterPage ClassImGearVectorData Class
    Syntax
    'Declaration
     
    Public NotInheritable Class ImGearVectPage 
       Inherits ImageGear.Core.ImGearVectorPage
    'Usage
     
    Dim instance As ImGearVectPage
    public sealed class ImGearVectPage : ImageGear.Core.ImGearVectorPage 
    public __gc __sealed class ImGearVectPage : public ImageGear.Core.ImGearVectorPage 
    public ref class ImGearVectPage sealed : public ImageGear.Core.ImGearVectorPage 
    Remarks
    Operations such as resize and rotate can be performed on this type of page the same way they are performed on the other types of pages such as ImGearRasterPage. You can also rasterize a vector page to obtain an ImGearRasterPage from the ImGearVectPage.
    Inheritance Hierarchy

    System.Object
       ImageGear.Core.ImGearPage
          ImageGear.Core.ImGearVectorPage
             ImageGear.Vector.ImGearVectPage

    See Also