Foxit::PixelSource Class Reference

Class to represent DIB (Device Independent Bitmap) data created from Foxit PDF SDK. More...

Public Member Functions

 PixelSource ()
 Default constructor.
 

Properties

BitmapPixelFormat Format
 The DIB format, defined by enumeration Windows::Graphics::Imaging::BitmapPixelFormat. Only support:
BitmapPixelFormat::Rgba8, BitmapPixelFormat::Bgra8, BitmapPixelFormat::Gray8.
 
IBuffer^  PixelBuffer
 The DIB pixel source buffer.
 
int32 Width
 The width of DIB.
 
int32 Height
 The height of DIB.
 

Detailed Description

Class to represent DIB (Device Independent Bitmap) data created from Foxit PDF SDK.

Foxit Corporation