C# 클래스 iTextSharp.text.ImgCCITT

CCITT Image data that has to be inserted into the document
상속: Image, IElement
파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch 1 사용 예제들

공개 메소드들

메소드 설명
ImgCCITT ( Image image ) : System
ImgCCITT ( int width, int height, bool reverseBits, int typeCCITT, int parameters, byte data ) : System

Creats an Image in CCITT mode.

메소드 상세

ImgCCITT() 공개 메소드

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

ImgCCITT() 공개 메소드

Creats an Image in CCITT mode.
public ImgCCITT ( int width, int height, bool reverseBits, int typeCCITT, int parameters, byte data ) : System
width int the exact width of the image
height int the exact height of the image
reverseBits bool /// reverses the bits in data. /// Bit 0 is swapped with bit 7 and so on ///
typeCCITT int /// the type of compression in data. It can be /// CCITTG4, CCITTG31D, CCITTG32D ///
parameters int /// parameters associated with this stream. Possible values are /// CCITT_BLACKIS1, CCITT_ENCODEDBYTEALIGN, CCITT_ENDOFLINE and CCITT_ENDOFBLOCK or a /// combination of them ///
data byte the image data
리턴 System