BitmapInfo Class |
Namespace: pdftron.PDF
public sealed class BitmapInfo : IClosable
The BitmapInfo type exposes the following members.
Name | Description | |
---|---|---|
BitmapInfo |
Default constructor.
|
Name | Description | |
---|---|---|
Buffer |
Gets the raw buffer of the bitmap.
| |
BufferAsIntArray |
Gets the raw buffer of the bitmap.
| |
DPI |
Gets the DPI of the bitmap.
| |
Height |
Gets the height of the bitmap.
| |
Stride |
Gets the number of strides.
| |
Width |
Gets the width of the bitmap.
|
Name | Description | |
---|---|---|
Close | ||
Equals | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |