C# Class iTextSharp.text.pdf.parser.PdfContentStreamProcessor

Mostrar archivo Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Public Methods

Method Description
PdfContentStreamProcessor ( IRenderListener renderListener ) : System
ProcessContent ( byte contentBytes, PdfDictionary resources ) : void
RegisterContentOperator ( String operatorString, IContentOperator oper ) : IContentOperator
RegisterXObjectDoHandler ( PdfName xobjectSubType, IXObjectDoHandler handler ) : IXObjectDoHandler
Reset ( ) : void

Private Methods

Method Description
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

Method Details

PdfContentStreamProcessor() public method

public PdfContentStreamProcessor ( IRenderListener renderListener ) : System
renderListener IRenderListener
return System

ProcessContent() public method

public ProcessContent ( byte contentBytes, PdfDictionary resources ) : void
contentBytes byte
resources PdfDictionary
return void

RegisterContentOperator() public method

public RegisterContentOperator ( String operatorString, IContentOperator oper ) : IContentOperator
operatorString String
oper IContentOperator
return IContentOperator

RegisterXObjectDoHandler() public method

public RegisterXObjectDoHandler ( PdfName xobjectSubType, IXObjectDoHandler handler ) : IXObjectDoHandler
xobjectSubType PdfName
handler IXObjectDoHandler
return IXObjectDoHandler

Reset() public method

public Reset ( ) : void
return void