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