PDF File Writer Class Library - Author Uzi Granot
PdfXObject Methods |
The PdfXObject type exposes the following members.

Name | Description | |
---|---|---|
![]() | BeginTextMode |
Begin text mode
(Inherited from PdfContents.) |
![]() | ClipText |
Clip text exposing area underneath
(Inherited from PdfContents.) |
![]() | CommitToPdfFile |
Commit object to PDF file
(Inherited from PdfContents.) |
![]() | CompareTo |
Compare the resource codes of two PDF objects.
(Inherited from PdfObject.) |
![]() | DrawArc |
Draw arc
(Inherited from PdfContents.) |
![]() | DrawBarcode(Double, Double, Double, Double, Barcode, PdfFont, Double) |
Draw barcode
(Inherited from PdfContents.) |
![]() | DrawBarcode(Double, Double, TextJustify, Double, Double, Barcode, PdfFont, Double) |
Draw barcode
(Inherited from PdfContents.) |
![]() | DrawBarcode(Double, Double, TextJustify, Double, Double, Color, Barcode, PdfFont, Double) |
Draw barcode
(Inherited from PdfContents.) |
![]() | DrawBezier(BezierD, BezierPointOne) |
Draw Bezier cubic path
(Inherited from PdfContents.) |
![]() | DrawBezier(PointD, PointD, PointD) |
Draw Bezier cubic path
(Inherited from PdfContents.) |
![]() | DrawBezier(Double, Double, Double, Double, Double, Double) |
Draw Bezier cubic path
(Inherited from PdfContents.) |
![]() | DrawBezierNoP1(PointD, PointD) |
Draw Bezier cubic path (P1 is the same as current point)
(Inherited from PdfContents.) |
![]() | DrawBezierNoP1(Double, Double, Double, Double) |
Draw Bezier cubic path (P1 is the same as current point)
(Inherited from PdfContents.) |
![]() | DrawBezierNoP2(PointD, PointD) |
Draw Bezier cubic path (P2 is the same as P3)
(Inherited from PdfContents.) |
![]() | DrawBezierNoP2(Double, Double, Double, Double) |
Draw Bezier cubic path (P2 is the same as P3)
(Inherited from PdfContents.) |
![]() | DrawChart(PdfChart, Double, Double, Boolean, Boolean) |
Draw chart
(Inherited from PdfContents.) |
![]() | DrawChart(PdfChart, Double, Double, Double, Double, Boolean, Boolean) |
Draw chart
(Inherited from PdfContents.) |
![]() | DrawDoubleBezierPath |
Draw double Bezier path
(Inherited from PdfContents.) |
![]() | DrawHeart(LineD, PaintOp) |
Draw heart
(Inherited from PdfContents.) |
![]() | DrawHeart(Double, Double, Double, Double, PaintOp) |
Draw heart
(Inherited from PdfContents.) |
![]() | DrawImage(PdfImage, Double, Double, Double) |
Draw image (Height is calculated from width as per aspect ratio)
(Inherited from PdfContents.) |
![]() | DrawImage(PdfImage, Double, Double, Double, Double) |
Draw image
(Inherited from PdfContents.) |
![]() | DrawInwardCornerRectangle |
Draw Rectangle with Inward Corners
(Inherited from PdfContents.) |
![]() | DrawLine(LineD) |
Draw line
(Inherited from PdfContents.) |
![]() | DrawLine(LineD, Double) |
Draw line with given line width
(Inherited from PdfContents.) |
![]() | DrawLine(PointD, PointD) |
Draw line
(Inherited from PdfContents.) |
![]() | DrawLine(PointD, PointD, Double) |
Draw line with given line width
(Inherited from PdfContents.) |
![]() | DrawLine(Double, Double, Double, Double) |
Draw line
(Inherited from PdfContents.) |
![]() | DrawLine(Double, Double, Double, Double, PdfTableBorderStyle) |
Draw border line
(Inherited from PdfContents.) |
![]() | DrawLine(Double, Double, Double, Double, Double) |
Draw line with given line width
(Inherited from PdfContents.) |
![]() | DrawOval(PointD, SizeD, PaintOp) |
Draw oval
(Inherited from PdfContents.) |
![]() | DrawOval(Double, Double, Double, Double, PaintOp) |
Draw oval
(Inherited from PdfContents.) |
![]() | DrawPolygon(PointF, PaintOp) |
Draw polygon
(Inherited from PdfContents.) |
![]() | DrawPolygon(Single, PaintOp) |
Draw polygon
(Inherited from PdfContents.) |
![]() | DrawRectangle(PointD, SizeD, PaintOp) |
Draw rectangle
(Inherited from PdfContents.) |
![]() | DrawRectangle(Double, Double, Double, Double, PaintOp) |
Draw Rectangle
(Inherited from PdfContents.) |
![]() | DrawRegularPolygon(PointD, Double, Double, Int32, PaintOp) |
Draw regular polygon
(Inherited from PdfContents.) |
![]() | DrawRegularPolygon(Double, Double, Double, Double, Int32, PaintOp) |
Draw regular polygon
(Inherited from PdfContents.) |
![]() | DrawRoundedRectangle(PointD, SizeD, Double, PaintOp) |
Draw Rounded Rectangle
(Inherited from PdfContents.) |
![]() | DrawRoundedRectangle(Double, Double, Double, Double, Double, PaintOp) |
Draw Rounded Rectangle
(Inherited from PdfContents.) |
![]() | DrawShading(PdfAxialShading) |
Draw axial shading pattern
(Inherited from PdfContents.) |
![]() | DrawShading(PdfRadialShading) |
Draw radial shading pattern
(Inherited from PdfContents.) |
![]() | DrawStar(PointD, Double, Double, Int32, PaintOp) |
Draw star
(Inherited from PdfContents.) |
![]() | DrawStar(Double, Double, Double, Double, Int32, PaintOp) |
Draw star
(Inherited from PdfContents.) |
![]() | DrawStar(PointD, Double, Double, Double, Int32, PaintOp) |
Draw star
(Inherited from PdfContents.) |
![]() | DrawStar(Double, Double, Double, Double, Double, Int32, PaintOp) |
Draw star
(Inherited from PdfContents.) |
![]() | DrawText(PdfFont, Double, String) |
Draw text
(Inherited from PdfContents.) |
![]() | DrawText(PdfFont, Double, Double, Double, KerningAdjust) |
Draw text with kerning array
(Inherited from PdfContents.) |
![]() | DrawText(PdfFont, Double, Double, Double, String) |
Draw one line of text left justified
(Inherited from PdfContents.) |
![]() | DrawText(Double, Double, Double, Int32, TextBox, PdfPage) |
Draw TextBox
(Inherited from PdfContents.) |
![]() | DrawText(PdfFont, Double, Double, Double, DrawStyle, String) |
Draw one line of text width draw style
(Inherited from PdfContents.) |
![]() | DrawText(PdfFont, Double, Double, Double, TextJustify, String) |
Draw one line of text
(Inherited from PdfContents.) |
![]() | DrawText(PdfFont, Double, Double, Double, Color, String) |
Draw one line of text with a given color
(Inherited from PdfContents.) |
![]() | DrawText(PdfFont, Double, Double, Double, TextJustify, DrawStyle, Color, String) |
Draw one line of text with text justification, drawing style and color
(Inherited from PdfContents.) |
![]() | DrawText(Double, Double, Double, Int32, Double, Double, TextBoxJustify, TextBox, PdfPage) |
Draw TextBox
(Inherited from PdfContents.) |
![]() | DrawText(PdfFont, Double, Double, Double, TextJustify, Double, Color, Color, String) |
Draw text with special effects
(Inherited from PdfContents.) |
![]() | DrawTextWithAnnotation(PdfPage, PdfFont, Double, Double, Double, String, AnnotAction) |
Draw text with annotation action
(Inherited from PdfContents.) |
![]() | DrawTextWithAnnotation(PdfPage, PdfFont, Double, Double, Double, TextJustify, DrawStyle, Color, String, AnnotAction) |
Draw text with annotation action
(Inherited from PdfContents.) |
![]() | DrawTextWithKerning |
Draw text with kerning
(Inherited from PdfContents.) |
![]() | DrawWebLink(PdfPage, PdfFont, Double, Double, Double, String, String) |
Draw web link with one line of text
(Inherited from PdfContents.) |
![]() | DrawWebLink(PdfPage, PdfFont, Double, Double, Double, TextJustify, DrawStyle, Color, String, String) |
Draw web link with one line of text
(Inherited from PdfContents.) |
![]() | DrawWPFPath |
Draw WPF path
(Inherited from PdfContents.) |
![]() | DrawXObject(PdfXObject) |
Draw X Object
(Inherited from PdfContents.) |
![]() | DrawXObject(PdfXObject, Double, Double) |
Draw X Object
(Inherited from PdfContents.) |
![]() | DrawXObject(PdfXObject, Double, Double, Double, Double) |
Draw X Object
(Inherited from PdfContents.) |
![]() | DrawXObject(PdfXObject, Double, Double, Double, Double, Double) |
Draw X Object
(Inherited from PdfContents.) |
![]() | EndTextMode |
End text mode
(Inherited from PdfContents.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GrayLevelNonStroking |
Set gray level for non stroking (fill or brush) operations
(Inherited from PdfContents.) |
![]() | GrayLevelStroking |
Set gray level for stroking (outline or pen) operations
(Inherited from PdfContents.) |
![]() | LayerControl |
Layer control
|
![]() | LayerEnd |
Layer end
(Inherited from PdfContents.) |
![]() | LayerStart |
Layer start
(Inherited from PdfContents.) |
![]() | LineTo(PointD) |
Draw line from last position to new position
(Inherited from PdfContents.) |
![]() | LineTo(Double, Double) |
Draw line from last position to new position
(Inherited from PdfContents.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | MoveTo(PointD) |
Move current pointer to new position
(Inherited from PdfContents.) |
![]() | MoveTo(Double, Double) |
Move current pointer to new position
(Inherited from PdfContents.) |
![]() | PaintOpStr |
Convert PaintOp enumeration to String
(Inherited from PdfContents.) |
![]() | RestoreGraphicsState |
Restore graphics state
(Inherited from PdfContents.) |
![]() | ReverseString |
Reverse characters in a string
(Inherited from PdfContents.) |
![]() | SaveGraphicsState |
Save graphics state
(Inherited from PdfContents.) |
![]() | Scale |
Scale
(Inherited from PdfContents.) |
![]() | SetAlphaNonStroking(Double) |
Set opacity value for non-stroking operations
(Inherited from PdfContents.) |
![]() | SetAlphaNonStroking(Color) |
Set opacity value (alpha) of color of for non-stroking operations
(Inherited from PdfContents.) |
![]() | SetAlphaStroking(Double) |
Set opacity value for stroking operations
(Inherited from PdfContents.) |
![]() | SetAlphaStroking(Color) |
Set opacity value (alpha) of color of for stroking operations
(Inherited from PdfContents.) |
![]() | SetBlendMode |
Set color blend mode
(Inherited from PdfContents.) |
![]() | SetCharacterSpacing |
Set character extra spacing
(Inherited from PdfContents.) |
![]() | SetColorNonStroking |
Set color for non stroking (fill or brush) operations
(Inherited from PdfContents.) |
![]() | SetColorStroking |
Set color for stroking (outline or pen) operations
(Inherited from PdfContents.) |
![]() | SetDashLine |
Set dash line pattern
(Inherited from PdfContents.) |
![]() | SetLineCap |
Set line cap
(Inherited from PdfContents.) |
![]() | SetLineJoin |
Set line join
(Inherited from PdfContents.) |
![]() | SetLineWidth |
Set line width
(Inherited from PdfContents.) |
![]() | SetMiterLimit |
Set miter limit
(Inherited from PdfContents.) |
![]() | SetPaintOp(String) |
Set paint operator
(Inherited from PdfContents.) |
![]() | SetPaintOp(PaintOp) |
Set paint operator
(Inherited from PdfContents.) |
![]() | SetPatternNonStroking |
Set pattern for non stroking (fill) operations
(Inherited from PdfContents.) |
![]() | SetPatternStroking |
Set pattern for stroking (outline) operations
(Inherited from PdfContents.) |
![]() | SetTextPosition |
Set text position
(Inherited from PdfContents.) |
![]() | SetTextRenderingMode |
Set text rendering mode
(Inherited from PdfContents.) |
![]() | SetTransMatrix |
Set current transformation matrix
(Inherited from PdfContents.) |
![]() | SetWordSpacing |
Set word extra spacing
(Inherited from PdfContents.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Translate(PointD) |
Translate origin
(Inherited from PdfContents.) |
![]() | Translate(Double, Double) |
Translate origin
(Inherited from PdfContents.) |
![]() | TranslateScale(PointD, Double) |
Translate and scale
(Inherited from PdfContents.) |
![]() | TranslateScale(Double, Double, Double) |
Translate and scale
(Inherited from PdfContents.) |
![]() | TranslateScale(PointD, Double, Double) |
Translate and scale
(Inherited from PdfContents.) |
![]() | TranslateScale(Double, Double, Double, Double) |
Translate and scale
(Inherited from PdfContents.) |
![]() | TranslateScaleRotate(PointD, Double, Double) |
Translate, scale and rotate
(Inherited from PdfContents.) |
![]() | TranslateScaleRotate(Double, Double, Double, Double) |
Translate, scale and rotate
(Inherited from PdfContents.) |
![]() | TranslateScaleRotate(Double, Double, Double, Double, Double) |
Translate, scale and rotate
(Inherited from PdfContents.) |
