C# 클래스 iTextSharp.text.rtf.graphic.RtfImage

상속: iTextSharp.text.rtf.RtfElement
파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
byte2charLUT byte[]

공개 메소드들

메소드 설명
RtfImage ( RtfDocument doc, Image image ) : System
SetAlignment ( int alignment ) : void
SetTopLevelElement ( bool topLevelElement ) : void
WriteContent ( Stream result ) : void

비공개 메소드들

메소드 설명
GetImageData ( Image image ) : byte[][]
ImageDataSize ( ) : int
RtfImage ( ) : System
WriteImageDataHexEncoded ( Stream bab ) : void

메소드 상세

RtfImage() 공개 메소드

public RtfImage ( RtfDocument doc, Image image ) : System
doc iTextSharp.text.rtf.document.RtfDocument
image Image
리턴 System

SetAlignment() 공개 메소드

public SetAlignment ( int alignment ) : void
alignment int
리턴 void

SetTopLevelElement() 공개 메소드

public SetTopLevelElement ( bool topLevelElement ) : void
topLevelElement bool
리턴 void

WriteContent() 공개 메소드

public WriteContent ( Stream result ) : void
result Stream
리턴 void

프로퍼티 상세

byte2charLUT 공개적으로 정적으로 프로퍼티

public static byte[] byte2charLUT
리턴 byte[]