DioDocs for PDF
GcBitmap クラス プロパティ

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Imaging 名前空間 : GcBitmap クラス

このクラスのメンバの一覧は、GcBitmapメンバを参照してください。

パブリック プロパティ
 名前解説
Public プロパティGets the horizontal dpi of the bitmap.  
Public プロパティGets the vertical dpi of the bitmap.  
Public プロパティGets or sets an instance of GrapeCity.Documents.Imaging.Exif.ExifProfile with Exif metadata of the image.  
Public プロパティFor internal use only.  
Public プロパティGets an instance of the GcBitmapGraphics class.

The Graphics becomes available after executing the CreateGraphics method.

 
Public プロパティGets 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 プロパティGets the height of the image, in DIPs.  
Public プロパティGets or sets the raw ICC profile data.  
Public プロパティFor internal use only.  
Public プロパティGets a value indicating whether the GcBitmap has been disposed of.  
Public プロパティGets a value indicating whether the current instance is fully licensed.  
Public プロパティGets or sets a pixel color value at the specified coordinates.  
Public プロパティGets or sets a value indicating whether the alpha channel of the image should be ignored.  
Public プロパティGets the pixel height of the image.  
Public プロパティGets the pixel width of the image.  
Public プロパティGets 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 プロパティGets a pointer to the internal binary data.  
Public プロパティGets an instance of the BitmapRenderer class.

The renderer becomes available after executing the EnsureRendererCreated method.

 
Public プロパティGets the flip and rotate transformations that must be applied to the image.  
Public プロパティGets 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 プロパティGets the width of the image, in DIPs.  
トップ
参照

GcBitmap クラス
GrapeCity.Documents.Imaging 名前空間