ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearRasterPage Class / CreateFromDIB Method
Non-null reference to ImGearDIB instance.




In This Topic
    CreateFromDIB Method
    In This Topic
    Creates new page with same image data as given DIB.
    Syntax
    'Declaration
     
    Public Shared Function CreateFromDIB( _
       ByVal dib As ImGearDIB _
    ) As ImGearRasterPage
    'Usage
     
    Dim dib As ImGearDIB
    Dim value As ImGearRasterPage
     
    value = ImGearRasterPage.CreateFromDIB(dib)
    public static ImGearRasterPage CreateFromDIB( 
       ImGearDIB dib
    )
    public: static ImGearRasterPage* CreateFromDIB( 
       ImGearDIB* dib
    ) 
    public:
    static ImGearRasterPage^ CreateFromDIB( 
       ImGearDIB^ dib
    ) 

    Parameters

    dib
    Non-null reference to ImGearDIB instance.

    Return Value

    A new instance of ImGearRasterPage class.
    See Also