ImageGear .NET v24.14 - Updated September 15, 2020
ImGearRasterPage Class
Members 




ImageGear24.Core Assembly > ImageGear.Core Namespace : ImGearRasterPage Class
The class represents a raster image.
Object Model
ImGearRasterPage ClassImGearPage ClassImGearColorProfile ClassImGearRasterPage ClassImGearRasterPage ClassIImGearDICOMDisplaySettings InterfaceImGearRasterPage ClassImGearRasterPage ClassImGearROI Class
Syntax
'Declaration
 
Public Class ImGearRasterPage 
   Inherits ImGearPage
 
'Usage
 
Dim instance As ImGearRasterPage
Remarks
Instances of this class can be used as the destination of Accusoft's standard methods for passing images between different components: CopyTo(object destination) and TransferTo(object destination). When used as the destination object, this class will only accept the uncompressed Indexed RGB: 1, 4, 8 bpp or RGB: 15, 16, 24, 32 bpp image data.
Inheritance Hierarchy

System.Object
   ImageGear.Core.ImGearPage
      ImageGear.Core.ImGearRasterPage
         ImageGear.Processing.Layers.ImGearLayeredPage

See Also

Reference

ImGearRasterPage Members
ImageGear.Core Namespace
ImGearPage Class