C# Class iTextSharp.text.pdf.PdfContentByte

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

Protected Properties

Property Type Description
autoControlTextBlocks bool
content ByteBuffer
layerDepth List
pdf PdfDocument
separator int
state GraphicState
stateList List
writer PdfWriter

Private Properties

Property Type Description
AddAnnotation void
AddTemplateReference void
BeginLayer2 void
CheckNoPattern void
CloseMCBlock void
CloseMCBlockInt void
CompareColors bool
CreateAppearance PdfAppearance
CreateTemplate PdfTemplate
EscapeString byte[]
EscapeString void
GetMcDepth int
GetMcElements IList
GetParentStructureElement PdfDictionary
GetParentStructureInterface IPdfStructureElement
HelperCMYK void
HelperRGB void
OpenMCBlock void
OpenMCBlockInt PdfStructureElement
OutputColorNumbers void
PdfContentByte System
RestoreMCBlocks void
SaveMCBlocks IList
SetMcDepth void
SetMcElements void
ShowText2 void
ShowTextAligned void
UpdateTx void

Public Methods

Method Description
Add ( PdfContentByte other ) : void
AddImage ( Image image ) : void
AddImage ( Image image, bool inlineImage ) : void
AddImage ( Image image, float a, float b, float c, float d, float e, float f ) : void
AddImage ( Image image, float a, float b, float c, float d, float e, float f, bool inlineImage ) : void
AddOutline ( PdfOutline outline, string name ) : void
AddPSXObject ( PdfPSXObject psobject ) : void
AddTemplate ( PdfTemplate template, float x, float y ) : void
AddTemplate ( PdfTemplate template, float a, float b, float c, float d, float e, float f ) : void
Arc ( float x1, float y1, float x2, float y2, float startAng, float extent ) : void
BeginLayer ( IPdfOCG layer ) : void
BeginMarkedContentSequence ( PdfName tag ) : void
BeginMarkedContentSequence ( PdfName tag, PdfDictionary property, bool inline ) : void
BeginMarkedContentSequence ( PdfStructureElement struc ) : void
BeginText ( ) : void
BeginText ( bool restoreTM ) : void
BezierArc ( float x1, float y1, float x2, float y2, float startAng, float extent ) : List
Circle ( float x, float y, float r ) : void
Clip ( ) : void
ClosePath ( ) : void
ClosePathEoFillStroke ( ) : void
ClosePathFillStroke ( ) : void
ClosePathStroke ( ) : void
ConcatCTM ( float a, float b, float c, float d, float e, float f ) : void
CreateAppearance ( float width, float height ) : PdfAppearance
CreatePattern ( float width, float height ) : PdfPatternPainter
CreatePattern ( float width, float height, BaseColor color ) : PdfPatternPainter
CreatePattern ( float width, float height, float xstep, float ystep ) : PdfPatternPainter
CreatePattern ( float width, float height, float xstep, float ystep, BaseColor color ) : PdfPatternPainter
CreateTemplate ( float width, float height ) : PdfTemplate
CurveFromTo ( float x1, float y1, float x3, float y3 ) : void
CurveTo ( float x2, float y2, float x3, float y3 ) : void
CurveTo ( float x1, float y1, float x2, float y2, float x3, float y3 ) : void
DrawButton ( float llx, float lly, float urx, float ury, string text, BaseFont bf, float size ) : void
DrawRadioField ( float llx, float lly, float urx, float ury, bool on ) : void
DrawTextField ( float llx, float lly, float urx, float ury ) : void
Ellipse ( float x1, float y1, float x2, float y2 ) : void
EndLayer ( ) : void
EndMarkedContentSequence ( ) : void
EndText ( ) : void
EoClip ( ) : void
EoFill ( ) : void
EoFillStroke ( ) : void
Fill ( ) : void
FillStroke ( ) : void
GetEffectiveStringWidth ( String text, bool kerned ) : float
GetKernArray ( String text, BaseFont font ) : PdfTextArray
LineTo ( float x, float y ) : void
LocalDestination ( string name, PdfDestination destination ) : bool
LocalGoto ( string name, float llx, float lly, float urx, float ury ) : void
MoveText ( float x, float y ) : void
MoveTextWithLeading ( float x, float y ) : void
MoveTo ( float x, float y ) : void
NewPath ( ) : void
NewlineShowText ( float wordSpacing, float charSpacing, string text ) : void
NewlineShowText ( string text ) : void
NewlineText ( ) : void
PaintShading ( PdfShading shading ) : void
PaintShading ( PdfShadingPattern shading ) : void
PdfContentByte ( PdfWriter wr ) : System
Rectangle ( Rectangle rectangle ) : void
Rectangle ( float x, float y, float w, float h ) : void
RemoteGoto ( string filename, int page, float llx, float lly, float urx, float ury ) : void
RemoteGoto ( string filename, string name, float llx, float lly, float urx, float ury ) : void
Reset ( ) : void
Reset ( bool validateContent ) : void
ResetCMYKColorFill ( ) : void
ResetCMYKColorStroke ( ) : void
ResetGrayFill ( ) : void
ResetGrayStroke ( ) : void
ResetRGBColorFill ( ) : void
ResetRGBColorStroke ( ) : void
RestoreState ( ) : void
RoundRectangle ( float x, float y, float w, float h, float r ) : void
SanityCheck ( ) : void
SaveState ( ) : void
SetAction ( PdfAction action, float llx, float lly, float urx, float ury ) : void
SetCMYKColorFill ( int cyan, int magenta, int yellow, int black ) : void
SetCMYKColorFillF ( float cyan, float magenta, float yellow, float black ) : void
SetCMYKColorStroke ( int cyan, int magenta, int yellow, int black ) : void
SetCMYKColorStrokeF ( float cyan, float magenta, float yellow, float black ) : void
SetCharacterSpacing ( float value ) : void
SetColorFill ( BaseColor value ) : void
SetColorFill ( PdfSpotColor sp, float tint ) : void
SetColorStroke ( BaseColor value ) : void
SetColorStroke ( PdfSpotColor sp, float tint ) : void
SetDefaultColorspace ( PdfName name, PdfObject obj ) : void
SetFlatness ( float value ) : void
SetFontAndSize ( BaseFont bf, float size ) : void
SetGState ( PdfGState gstate ) : void
SetGrayFill ( float value ) : void
SetGrayStroke ( float value ) : void
SetHorizontalScaling ( float value ) : void
SetLeading ( float v ) : void
SetLineCap ( int value ) : void
SetLineDash ( float value ) : void
SetLineDash ( float unitsOn, float phase ) : void
SetLineDash ( float unitsOn, float unitsOff, float phase ) : void
SetLineJoin ( int value ) : void
SetLineWidth ( float value ) : void
SetLiteral ( char c ) : void
SetLiteral ( float n ) : void
SetLiteral ( string s ) : void
SetMiterLimit ( float value ) : void
SetPatternFill ( PdfPatternPainter p ) : void
SetPatternFill ( PdfPatternPainter p, BaseColor color ) : void
SetPatternFill ( PdfPatternPainter p, BaseColor color, float tint ) : void
SetPatternStroke ( PdfPatternPainter p ) : void
SetPatternStroke ( PdfPatternPainter p, BaseColor color ) : void
SetPatternStroke ( PdfPatternPainter p, BaseColor color, float tint ) : void
SetRGBColorFill ( int red, int green, int blue ) : void
SetRGBColorFillF ( float red, float green, float blue ) : void
SetRGBColorStroke ( int red, int green, int blue ) : void
SetRGBColorStrokeF ( float red, float green, float blue ) : void
SetShadingFill ( PdfShadingPattern shading ) : void
SetShadingStroke ( PdfShadingPattern shading ) : void
SetTextMatrix ( float x, float y ) : void
SetTextMatrix ( float a, float b, float c, float d, float x, float y ) : void
SetTextRenderingMode ( int value ) : void
SetTextRise ( float value ) : void
SetWordSpacing ( float value ) : void
ShowText ( PdfTextArray text ) : void
ShowText ( string text ) : void
ShowTextAligned ( int alignment, String text, float x, float y, float rotation ) : void
ShowTextAlignedKerned ( int alignment, String text, float x, float y, float rotation ) : void
ShowTextKerned ( String text ) : void
Stroke ( ) : void
ToPdf ( PdfWriter writer ) : byte[]
ToString ( ) : string
VariableRectangle ( Rectangle rect ) : void

Protected Methods

Method Description
CheckWriter ( ) : void

Private Methods

Method Description
AddAnnotation ( PdfAnnotation annot ) : void
AddTemplateReference ( PdfIndirectReference template, PdfName name, float a, float b, float c, float d, float e, float f ) : void
BeginLayer2 ( IPdfOCG layer ) : void
CheckNoPattern ( PdfTemplate t ) : void
CloseMCBlock ( IElement element ) : void
CloseMCBlockInt ( IElement element ) : void
CompareColors ( BaseColor c1, BaseColor c2 ) : bool
CreateAppearance ( float width, float height, PdfName forcedName ) : PdfAppearance
CreateTemplate ( float width, float height, PdfName forcedName ) : PdfTemplate
EscapeString ( byte b ) : byte[]
EscapeString ( byte b, ByteBuffer content ) : void
GetMcDepth ( ) : int
GetMcElements ( ) : IList
GetParentStructureElement ( ) : PdfDictionary
GetParentStructureInterface ( ) : IPdfStructureElement
HelperCMYK ( float cyan, float magenta, float yellow, float black ) : void
HelperRGB ( float red, float green, float blue ) : void
OpenMCBlock ( IElement element ) : void
OpenMCBlockInt ( IElement element ) : PdfStructureElement
OutputColorNumbers ( BaseColor color, float tint ) : void
PdfContentByte ( ) : System
RestoreMCBlocks ( IList mcElements ) : void
SaveMCBlocks ( ) : IList
SetMcDepth ( int value ) : void
SetMcElements ( IList value ) : void
ShowText2 ( string text ) : void
ShowTextAligned ( int alignment, String text, float x, float y, float rotation, bool kerned ) : void
UpdateTx ( String text, float Tj ) : void

Method Details

Add() public method

public Add ( PdfContentByte other ) : void
other PdfContentByte
return void

AddImage() public method

public AddImage ( Image image ) : void
image Image
return void

AddImage() public method

public AddImage ( Image image, bool inlineImage ) : void
image Image
inlineImage bool
return void

AddImage() public method

public AddImage ( Image image, float a, float b, float c, float d, float e, float f ) : void
image Image
a float
b float
c float
d float
e float
f float
return void

AddImage() public method

public AddImage ( Image image, float a, float b, float c, float d, float e, float f, bool inlineImage ) : void
image Image
a float
b float
c float
d float
e float
f float
inlineImage bool
return void

AddOutline() public method

public AddOutline ( PdfOutline outline, string name ) : void
outline PdfOutline
name string
return void

AddPSXObject() public method

public AddPSXObject ( PdfPSXObject psobject ) : void
psobject PdfPSXObject
return void

AddTemplate() public method

public AddTemplate ( PdfTemplate template, float x, float y ) : void
template PdfTemplate
x float
y float
return void

AddTemplate() public method

public AddTemplate ( PdfTemplate template, float a, float b, float c, float d, float e, float f ) : void
template PdfTemplate
a float
b float
c float
d float
e float
f float
return void

Arc() public method

public Arc ( float x1, float y1, float x2, float y2, float startAng, float extent ) : void
x1 float
y1 float
x2 float
y2 float
startAng float
extent float
return void

BeginLayer() public method

public BeginLayer ( IPdfOCG layer ) : void
layer IPdfOCG
return void

BeginMarkedContentSequence() public method

public BeginMarkedContentSequence ( PdfName tag ) : void
tag PdfName
return void

BeginMarkedContentSequence() public method

public BeginMarkedContentSequence ( PdfName tag, PdfDictionary property, bool inline ) : void
tag PdfName
property PdfDictionary
inline bool
return void

BeginMarkedContentSequence() public method

public BeginMarkedContentSequence ( PdfStructureElement struc ) : void
struc PdfStructureElement
return void

BeginText() public method

public BeginText ( ) : void
return void

BeginText() public method

public BeginText ( bool restoreTM ) : void
restoreTM bool
return void

BezierArc() public static method

public static BezierArc ( float x1, float y1, float x2, float y2, float startAng, float extent ) : List
x1 float
y1 float
x2 float
y2 float
startAng float
extent float
return List

CheckWriter() protected method

protected CheckWriter ( ) : void
return void

Circle() public method

public Circle ( float x, float y, float r ) : void
x float
y float
r float
return void

Clip() public method

public Clip ( ) : void
return void

ClosePath() public method

public ClosePath ( ) : void
return void

ClosePathEoFillStroke() public method

public ClosePathEoFillStroke ( ) : void
return void

ClosePathFillStroke() public method

public ClosePathFillStroke ( ) : void
return void

ClosePathStroke() public method

public ClosePathStroke ( ) : void
return void

ConcatCTM() public method

public ConcatCTM ( float a, float b, float c, float d, float e, float f ) : void
a float
b float
c float
d float
e float
f float
return void

CreateAppearance() public method

public CreateAppearance ( float width, float height ) : PdfAppearance
width float
height float
return PdfAppearance

CreatePattern() public method

public CreatePattern ( float width, float height ) : PdfPatternPainter
width float
height float
return PdfPatternPainter

CreatePattern() public method

public CreatePattern ( float width, float height, BaseColor color ) : PdfPatternPainter
width float
height float
color iTextSharp.text.BaseColor
return PdfPatternPainter

CreatePattern() public method

public CreatePattern ( float width, float height, float xstep, float ystep ) : PdfPatternPainter
width float
height float
xstep float
ystep float
return PdfPatternPainter

CreatePattern() public method

public CreatePattern ( float width, float height, float xstep, float ystep, BaseColor color ) : PdfPatternPainter
width float
height float
xstep float
ystep float
color iTextSharp.text.BaseColor
return PdfPatternPainter

CreateTemplate() public method

public CreateTemplate ( float width, float height ) : PdfTemplate
width float
height float
return PdfTemplate

CurveFromTo() public method

public CurveFromTo ( float x1, float y1, float x3, float y3 ) : void
x1 float
y1 float
x3 float
y3 float
return void

CurveTo() public method

public CurveTo ( float x2, float y2, float x3, float y3 ) : void
x2 float
y2 float
x3 float
y3 float
return void

CurveTo() public method

public CurveTo ( float x1, float y1, float x2, float y2, float x3, float y3 ) : void
x1 float
y1 float
x2 float
y2 float
x3 float
y3 float
return void

DrawButton() public method

public DrawButton ( float llx, float lly, float urx, float ury, string text, BaseFont bf, float size ) : void
llx float
lly float
urx float
ury float
text string
bf BaseFont
size float
return void

DrawRadioField() public method

public DrawRadioField ( float llx, float lly, float urx, float ury, bool on ) : void
llx float
lly float
urx float
ury float
on bool
return void

DrawTextField() public method

public DrawTextField ( float llx, float lly, float urx, float ury ) : void
llx float
lly float
urx float
ury float
return void

Ellipse() public method

public Ellipse ( float x1, float y1, float x2, float y2 ) : void
x1 float
y1 float
x2 float
y2 float
return void

EndLayer() public method

public EndLayer ( ) : void
return void

EndMarkedContentSequence() public method

public EndMarkedContentSequence ( ) : void
return void

EndText() public method

public EndText ( ) : void
return void

EoClip() public method

public EoClip ( ) : void
return void

EoFill() public method

public EoFill ( ) : void
return void

EoFillStroke() public method

public EoFillStroke ( ) : void
return void

Fill() public method

public Fill ( ) : void
return void

FillStroke() public method

public FillStroke ( ) : void
return void

GetEffectiveStringWidth() public method

public GetEffectiveStringWidth ( String text, bool kerned ) : float
text String
kerned bool
return float

GetKernArray() public static method

public static GetKernArray ( String text, BaseFont font ) : PdfTextArray
text String
font BaseFont
return PdfTextArray

LineTo() public method

public LineTo ( float x, float y ) : void
x float
y float
return void

LocalDestination() public method

public LocalDestination ( string name, PdfDestination destination ) : bool
name string
destination PdfDestination
return bool

LocalGoto() public method

public LocalGoto ( string name, float llx, float lly, float urx, float ury ) : void
name string
llx float
lly float
urx float
ury float
return void

MoveText() public method

public MoveText ( float x, float y ) : void
x float
y float
return void

MoveTextWithLeading() public method

public MoveTextWithLeading ( float x, float y ) : void
x float
y float
return void

MoveTo() public method

public MoveTo ( float x, float y ) : void
x float
y float
return void

NewPath() public method

public NewPath ( ) : void
return void

NewlineShowText() public method

public NewlineShowText ( float wordSpacing, float charSpacing, string text ) : void
wordSpacing float
charSpacing float
text string
return void

NewlineShowText() public method

public NewlineShowText ( string text ) : void
text string
return void

NewlineText() public method

public NewlineText ( ) : void
return void

PaintShading() public method

public PaintShading ( PdfShading shading ) : void
shading PdfShading
return void

PaintShading() public method

public PaintShading ( PdfShadingPattern shading ) : void
shading PdfShadingPattern
return void

PdfContentByte() public method

public PdfContentByte ( PdfWriter wr ) : System
wr PdfWriter
return System

Rectangle() public method

public Rectangle ( Rectangle rectangle ) : void
rectangle Rectangle
return void

Rectangle() public method

public Rectangle ( float x, float y, float w, float h ) : void
x float
y float
w float
h float
return void

RemoteGoto() public method

public RemoteGoto ( string filename, int page, float llx, float lly, float urx, float ury ) : void
filename string
page int
llx float
lly float
urx float
ury float
return void

RemoteGoto() public method

public RemoteGoto ( string filename, string name, float llx, float lly, float urx, float ury ) : void
filename string
name string
llx float
lly float
urx float
ury float
return void

Reset() public method

public Reset ( ) : void
return void

Reset() public method

public Reset ( bool validateContent ) : void
validateContent bool
return void

ResetCMYKColorFill() public method

public ResetCMYKColorFill ( ) : void
return void

ResetCMYKColorStroke() public method

public ResetCMYKColorStroke ( ) : void
return void

ResetGrayFill() public method

public ResetGrayFill ( ) : void
return void

ResetGrayStroke() public method

public ResetGrayStroke ( ) : void
return void

ResetRGBColorFill() public method

public ResetRGBColorFill ( ) : void
return void

ResetRGBColorStroke() public method

public ResetRGBColorStroke ( ) : void
return void

RestoreState() public method

public RestoreState ( ) : void
return void

RoundRectangle() public method

public RoundRectangle ( float x, float y, float w, float h, float r ) : void
x float
y float
w float
h float
r float
return void

SanityCheck() public method

public SanityCheck ( ) : void
return void

SaveState() public method

public SaveState ( ) : void
return void

SetAction() public method

public SetAction ( PdfAction action, float llx, float lly, float urx, float ury ) : void
action PdfAction
llx float
lly float
urx float
ury float
return void

SetCMYKColorFill() public method

public SetCMYKColorFill ( int cyan, int magenta, int yellow, int black ) : void
cyan int
magenta int
yellow int
black int
return void

SetCMYKColorFillF() public method

public SetCMYKColorFillF ( float cyan, float magenta, float yellow, float black ) : void
cyan float
magenta float
yellow float
black float
return void

SetCMYKColorStroke() public method

public SetCMYKColorStroke ( int cyan, int magenta, int yellow, int black ) : void
cyan int
magenta int
yellow int
black int
return void

SetCMYKColorStrokeF() public method

public SetCMYKColorStrokeF ( float cyan, float magenta, float yellow, float black ) : void
cyan float
magenta float
yellow float
black float
return void

SetCharacterSpacing() public method

public SetCharacterSpacing ( float value ) : void
value float
return void

SetColorFill() public method

public SetColorFill ( BaseColor value ) : void
value BaseColor
return void

SetColorFill() public method

public SetColorFill ( PdfSpotColor sp, float tint ) : void
sp PdfSpotColor
tint float
return void

SetColorStroke() public method

public SetColorStroke ( BaseColor value ) : void
value BaseColor
return void

SetColorStroke() public method

public SetColorStroke ( PdfSpotColor sp, float tint ) : void
sp PdfSpotColor
tint float
return void

SetDefaultColorspace() public method

public SetDefaultColorspace ( PdfName name, PdfObject obj ) : void
name PdfName
obj PdfObject
return void

SetFlatness() public method

public SetFlatness ( float value ) : void
value float
return void

SetFontAndSize() public method

public SetFontAndSize ( BaseFont bf, float size ) : void
bf BaseFont
size float
return void

SetGState() public method

public SetGState ( PdfGState gstate ) : void
gstate PdfGState
return void

SetGrayFill() public method

public SetGrayFill ( float value ) : void
value float
return void

SetGrayStroke() public method

public SetGrayStroke ( float value ) : void
value float
return void

SetHorizontalScaling() public method

public SetHorizontalScaling ( float value ) : void
value float
return void

SetLeading() public method

public SetLeading ( float v ) : void
v float
return void

SetLineCap() public method

public SetLineCap ( int value ) : void
value int
return void

SetLineDash() public method

public SetLineDash ( float value ) : void
value float
return void

SetLineDash() public method

public SetLineDash ( float unitsOn, float phase ) : void
unitsOn float
phase float
return void

SetLineDash() public method

public SetLineDash ( float unitsOn, float unitsOff, float phase ) : void
unitsOn float
unitsOff float
phase float
return void

SetLineJoin() public method

public SetLineJoin ( int value ) : void
value int
return void

SetLineWidth() public method

public SetLineWidth ( float value ) : void
value float
return void

SetLiteral() public method

public SetLiteral ( char c ) : void
c char
return void

SetLiteral() public method

public SetLiteral ( float n ) : void
n float
return void

SetLiteral() public method

public SetLiteral ( string s ) : void
s string
return void

SetMiterLimit() public method

public SetMiterLimit ( float value ) : void
value float
return void

SetPatternFill() public method

public SetPatternFill ( PdfPatternPainter p ) : void
p PdfPatternPainter
return void

SetPatternFill() public method

public SetPatternFill ( PdfPatternPainter p, BaseColor color ) : void
p PdfPatternPainter
color BaseColor
return void

SetPatternFill() public method

public SetPatternFill ( PdfPatternPainter p, BaseColor color, float tint ) : void
p PdfPatternPainter
color BaseColor
tint float
return void

SetPatternStroke() public method

public SetPatternStroke ( PdfPatternPainter p ) : void
p PdfPatternPainter
return void

SetPatternStroke() public method

public SetPatternStroke ( PdfPatternPainter p, BaseColor color ) : void
p PdfPatternPainter
color BaseColor
return void

SetPatternStroke() public method

public SetPatternStroke ( PdfPatternPainter p, BaseColor color, float tint ) : void
p PdfPatternPainter
color BaseColor
tint float
return void

SetRGBColorFill() public method

public SetRGBColorFill ( int red, int green, int blue ) : void
red int
green int
blue int
return void

SetRGBColorFillF() public method

public SetRGBColorFillF ( float red, float green, float blue ) : void
red float
green float
blue float
return void

SetRGBColorStroke() public method

public SetRGBColorStroke ( int red, int green, int blue ) : void
red int
green int
blue int
return void

SetRGBColorStrokeF() public method

public SetRGBColorStrokeF ( float red, float green, float blue ) : void
red float
green float
blue float
return void

SetShadingFill() public method

public SetShadingFill ( PdfShadingPattern shading ) : void
shading PdfShadingPattern
return void

SetShadingStroke() public method

public SetShadingStroke ( PdfShadingPattern shading ) : void
shading PdfShadingPattern
return void

SetTextMatrix() public method

public SetTextMatrix ( float x, float y ) : void
x float
y float
return void

SetTextMatrix() public method

public SetTextMatrix ( float a, float b, float c, float d, float x, float y ) : void
a float
b float
c float
d float
x float
y float
return void

SetTextRenderingMode() public method

public SetTextRenderingMode ( int value ) : void
value int
return void

SetTextRise() public method

public SetTextRise ( float value ) : void
value float
return void

SetWordSpacing() public method

public SetWordSpacing ( float value ) : void
value float
return void

ShowText() public method

public ShowText ( PdfTextArray text ) : void
text PdfTextArray
return void

ShowText() public method

public ShowText ( string text ) : void
text string
return void

ShowTextAligned() public method

public ShowTextAligned ( int alignment, String text, float x, float y, float rotation ) : void
alignment int
text String
x float
y float
rotation float
return void

ShowTextAlignedKerned() public method

public ShowTextAlignedKerned ( int alignment, String text, float x, float y, float rotation ) : void
alignment int
text String
x float
y float
rotation float
return void

ShowTextKerned() public method

public ShowTextKerned ( String text ) : void
text String
return void

Stroke() public method

public Stroke ( ) : void
return void

ToPdf() public method

public ToPdf ( PdfWriter writer ) : byte[]
writer PdfWriter
return byte[]

ToString() public method

public ToString ( ) : string
return string

VariableRectangle() public method

public VariableRectangle ( Rectangle rect ) : void
rect Rectangle
return void

Property Details

autoControlTextBlocks protected_oe property

protected bool autoControlTextBlocks
return bool

content protected_oe property

protected ByteBuffer content
return ByteBuffer

layerDepth protected_oe property

protected List layerDepth
return List

pdf protected_oe property

protected PdfDocument pdf
return PdfDocument

separator protected_oe property

protected int separator
return int

state protected_oe property

protected GraphicState state
return GraphicState

stateList protected_oe property

protected List stateList
return List

writer protected_oe property

protected PdfWriter writer
return PdfWriter