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

Afficher le fichier Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

public PdfContentStreamProcessor ( IRenderListener renderListener ) : System
renderListener IRenderListener
Résultat System

ProcessContent() public méthode

public ProcessContent ( byte contentBytes, PdfDictionary resources ) : void
contentBytes byte
resources PdfDictionary
Résultat void

RegisterContentOperator() public méthode

public RegisterContentOperator ( String operatorString, IContentOperator oper ) : IContentOperator
operatorString String
oper IContentOperator
Résultat IContentOperator

RegisterXObjectDoHandler() public méthode

public RegisterXObjectDoHandler ( PdfName xobjectSubType, IXObjectDoHandler handler ) : IXObjectDoHandler
xobjectSubType PdfName
handler IXObjectDoHandler
Résultat IXObjectDoHandler

Reset() public méthode

public Reset ( ) : void
Résultat void