C# 클래스 iTextSharp.text.pdf.parser.PdfContentStreamProcessor

파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch 1 사용 예제들

공개 메소드들

메소드 설명
PdfContentStreamProcessor ( IRenderListener renderListener ) : System
ProcessContent ( byte contentBytes, PdfDictionary resources ) : void
RegisterContentOperator ( String operatorString, IContentOperator oper ) : IContentOperator
RegisterXObjectDoHandler ( PdfName xobjectSubType, IXObjectDoHandler handler ) : IXObjectDoHandler
Reset ( ) : void

비공개 메소드들

메소드 설명
ApplyTextAdjust ( float tj ) : void
BeginMarkedContent ( PdfName tag, PdfDictionary dict ) : void
BeginText ( ) : void
Decode ( PdfString inp ) : String
DisplayPdfString ( PdfString str ) : void
DisplayXObject ( PdfName xobjectName ) : void
EndMarkedContent ( ) : void
EndText ( ) : void
GetFont ( PRIndirectReference ind ) : CMapAwareDocumentFont
GetFont ( PdfDictionary fontResource ) : CMapAwareDocumentFont
Gs ( ) : GraphicsState
InvokeOperator ( PdfLiteral oper, List operands ) : void
PopulateOperators ( ) : void
PopulateXObjectDoHandlers ( ) : void

메소드 상세

PdfContentStreamProcessor() 공개 메소드

public PdfContentStreamProcessor ( IRenderListener renderListener ) : System
renderListener IRenderListener
리턴 System

ProcessContent() 공개 메소드

public ProcessContent ( byte contentBytes, PdfDictionary resources ) : void
contentBytes byte
resources PdfDictionary
리턴 void

RegisterContentOperator() 공개 메소드

public RegisterContentOperator ( String operatorString, IContentOperator oper ) : IContentOperator
operatorString String
oper IContentOperator
리턴 IContentOperator

RegisterXObjectDoHandler() 공개 메소드

public RegisterXObjectDoHandler ( PdfName xobjectSubType, IXObjectDoHandler handler ) : IXObjectDoHandler
xobjectSubType PdfName
handler IXObjectDoHandler
리턴 IXObjectDoHandler

Reset() 공개 메소드

public Reset ( ) : void
리턴 void