Document Solutions for PDF
DS.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GcBitmap Class

In This Topic
    GcBitmap Class Properties
    In This Topic

    For a list of all members of this type, see GcBitmap members.

    Public Properties
     NameDescription
    Public PropertyGets the horizontal dpi of the bitmap.  
    Public PropertyGets the vertical dpi of the bitmap.  
    Public PropertyGets or sets an instance of GrapeCity.Documents.Imaging.Exif.ExifProfile with Exif metadata of the image.  
    Public PropertyGets an instance of the GcBitmapGraphics class.

    The Graphics becomes available after executing the CreateGraphics method.

     
    Public PropertyGets a value indicating whether the underlying image exists (has been loaded or created). If this property is false, call Load() or CreateImage() to load or create the underlying image. Calling any other method will throw an exception unless this property is true.  
    Public PropertyGets the height of the image, in DIPs.  
    Public PropertyGets or sets the raw ICC profile data.  
    Public PropertyGets a value indicating whether the GcBitmap has been disposed of.  
    Public PropertyGets or sets a pixel color value at the specified coordinates.  
    Public PropertyGets or sets a value indicating whether the alpha channel of the image should be ignored.  
    Public PropertyGets the pixel height of the image.  
    Public PropertyGets the pixel width of the image.  
    Public PropertyGets or sets a value indicating if the color channels for all pixels are premultiplied by the alpha channel.

    Setting this property doesn't perform actual conversion.

     
    Public PropertyGets a pointer to the internal binary data.  
    Public PropertyGets an instance of the BitmapRenderer class.

    The renderer becomes available after executing the EnsureRendererCreated method.

     
    Public PropertyGets the flip and rotate transformations that must be applied to the image.  
    Public PropertyGets or sets a value indicating whether pixel data should be dynamically mapped to a temporary file rather than kept fully in memory.

    Setting this property to true frees up memory but slows down operations on pixel data.

    Do not activate this mode for small images (less than 100 x 100 pixels).

    The default is false.

     
    Public PropertyGets the width of the image, in DIPs.  
    Top
    See Also