Name | Description | |
---|---|---|
![]() | BilevelBitmap Constructor | Overloaded. |
The following tables list the members exposed by BilevelBitmap.
Name | Description | |
---|---|---|
![]() | BilevelBitmap Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | DpiX | Gets the horizontal dpi of the bitmap. |
![]() | DpiY | Gets the vertical dpi of the bitmap. |
![]() | ExifProfile | Gets or sets an instance of GrapeCity.Documents.Imaging.Exif.ExifProfile with Exif metadata of the image. |
![]() | IccProfileData | Gets or sets the raw ICC profile data. |
![]() | IsDisposed | Gets a value indicating whether the BilevelBitmap has been disposed of. |
![]() | Item | Gets or sets a pixel value (true is 1, false is 0) at the specified coordinates. |
![]() | LowerBitsFirst | Gets or sets a value specifying whether pixels with lower column indices are stored in the lower-order bits of the byte.
Setting this property causes an update to the pixel data. |
![]() | PixelHeight | Gets the pixel height of the image. |
![]() | PixelWidth | Gets the pixel width of the image. |
![]() | RawData | Gets a pointer to the internal binary data. |
![]() | ScanLineLength | Gets the number of bytes in one scan line. |
![]() | TransparencyMask | Gets or sets a value indicating whether the image is used to define an irregularly shaped region of another image. |
![]() | WhiteIsZero | Gets or sets a value indicating whether 0 represents white and 1 represents black (if true) or vice versa (if false). |
Name | Description | |
---|---|---|
![]() | ApplyLicenseKey | Applies a license key to an instance of BilevelBitmap. |
![]() | Clear | Overloaded. Clears the BilevelBitmap with the specified value (true is 1, false is 0). |
![]() | Clip | Creates a new BilevelBitmap with a fragment of the image. |
![]() | Clone | Creates a new BilevelBitmap with a copy of the image. |
![]() | Dispose | Clean up any resources being used. |
![]() | InvertColors | Inverts all black pixels to white and all white pixels to black. |
![]() | SetDpi | Overloaded. Changes the physical resolution of the image. |
![]() | ToGcBitmap | Overloaded. Creates an instance of the GcBitmap class from the current BilevelBitmap. |