C# 클래스 iTextSharp.text.ImgRaw

Raw Image data that has to be inserted into the document
상속: Image
파일 보기 프로젝트 열기: NKINC/pdforms 1 사용 예제들

공개 메소드들

메소드 설명
ImgRaw ( Image image ) : System
ImgRaw ( int width, int height, int components, int bpc, Array data ) : System

Creats an Image in raw mode.

메소드 상세

ImgRaw() 공개 메소드

public ImgRaw ( Image image ) : System
image Image
리턴 System

ImgRaw() 공개 메소드

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
리턴 System