ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearRasterPage Class
Fields Properties Methods


In This Topic
    ImGearRasterPage Class Members
    In This Topic

    The following tables list the members exposed by ImGearRasterPage.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the ImGearRasterPage class.  
    Top
    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic) Gets a value indicating whether there is a valid image available in the system clipboard.  
    Public Property Gets or sets a local color profile associated with the image.  
    Public Property Gets or sets DICOM specific display contrast settings.  
    Public Property Gets or sets region of interest.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden.  Creates new object that is an exact copy of the current instance.  
    Public Method Makes a copy of the raster page's image data and gives the new image data to the destination object.  
    Public Method Copies the page (or a portion of the page) into system clipboard.  
    Public Methodstatic (Shared in Visual Basic) Creates new page with same image data as given DIB.  
    Public Methodstatic (Shared in Visual Basic)Creates a new ImGearRasterPage using the image data from incoming System.Drawing.Image.  
    Public Method Cuts the page (or a portion of the page) into system clipboard.  
    Public MethodReturns a new raster page object representing a part of the ImGearRasterPage object limited by the specified rectangle.  
    Public Methodstatic (Shared in Visual Basic)Creates the ImGearRasterPage by getting the image from the system clipboard.  
    Top
    See Also