Class to represent DIB (Device Independent Bitmap) data created from Foxit PDF SDK. More...
Public Member Functions | |
PixelSource () | |
Default constructor. | |
Properties | |
PixelFormat | Format |
The DIB format, defined by enumeration System::Drawing::Imaging::PixelFormat. Only support: PixelFormat::Format32bppArgb, PixelFormat::Format16bppRgb565, PixelFormat::Format1bppIndexed, PixelFormat::Format24bppRgb, PixelFormat::Format32bppRgb. | |
array< unsigned char >^ | PixelBuffer |
The DIB pixel source buffer. | |
Int32 | Width |
The width of DIB. | |
Int32 | Height |
The height of DIB. | |