C# Class iTextSharp.text.ImgRaw

Raw Image data that has to be inserted into the document
Inheritance: Image
ファイルを表示 Open project: NKINC/pdforms Class Usage Examples

Public Methods

Method Description
ImgRaw ( Image image ) : System
ImgRaw ( int width, int height, int components, int bpc, Array data ) : System

Creats an Image in raw mode.

Method Details

ImgRaw() public method

public ImgRaw ( Image image ) : System
image Image
return System

ImgRaw() public method

Creats an Image in raw mode.
public ImgRaw ( int width, int height, int components, int bpc, Array data ) : System
width int the exact width of the image
height int the exact height of the image
components int 1,3 or 4 for GrayScale, RGB and CMYK
bpc int bits per component. Must be 1,2,4 or 8
data Array data the image data
return System