ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearVectorPage Class / Rasterize Method / Rasterize() Method




In This Topic
    Rasterize() Method
    In This Topic
    Creates raster image representation of contained vector image.
    Syntax
    'Declaration
     
    Public Overloads MustOverride Function Rasterize() As ImGearRasterPage
    'Usage
     
    Dim instance As ImGearVectorPage
    Dim value As ImGearRasterPage
     
    value = instance.Rasterize()
    public abstract ImGearRasterPage Rasterize()
    public: abstract ImGearRasterPage* Rasterize(); 
    public:
    abstract ImGearRasterPage^ Rasterize(); 

    Return Value

    Stand-alone instance of ImGearPage class.
    Remarks
    Rasterizes vector data into raster page.
    Example
    See Also