| Name | Description |
 | AddContentCommands | Adds the content commands, which are stored in string, to the content stream. |
 | AddMarkedContentPoint | Overloaded. Adds a marked-content point with an associated property list to the content stream. |
 | BeginMarkedContent | Overloaded. Begins a marked-content sequence with an associated property list in the content stream. |
 | BeginOptionalContent | Begins a block of optional content. |
 | Dispose | Releases all resources used by this PdfGraphics. |
 | DrawAnnotation | Overloaded. Draws the specified PDF annotation as form on the . |
 | DrawArc | Overloaded. Draws an arc representing a portion of an ellipse specified by a pair of coordinates, a width, and a height. |
 | DrawCurve | Overloaded. Draws a cubic Bezier curve at specified coordinates. |
 | DrawEllipse | Overloaded. Draws an ellipse defined by a bounding rectangle specified by a pair of coordinates, a height, and a width. |
 | DrawForm | Overloaded. Draws the specified form in specified rectangle of this . |
 | DrawFormContent | Draws the content of specified form in specified rectangle of this PdfGraphics. |
 | DrawImage | Overloaded. Draws the specified at the specified location and with the specified size. |
 | DrawInlineImage | Overloaded. Compress the specified image using specified compression, saves compressed image as inline image in PDF document and draws the inline image at the specified location and with specified size. |
 | DrawLine | Overloaded. Draws a line connecting the two points specified by the coordinate pairs. |
 | DrawLines | Overloaded. Draws a series of line segments that connect an array of structures. |
 | DrawPageAsForm | Overloaded. Draws the specified PDF page as form on the . |
 | DrawPath | Overloaded. Draws a . |
 | DrawPolygon | Draws a polygon defined by an array of System.Drawing.PointF structures. |
 | DrawRectangle | Overloaded. Draws a rectangle specified by a structure. |
 | DrawString | Overloaded. Draws the specified text string at the specified location with the current brush and specified objects. |
 | EndMarkedContent | Ends the marked content sequence, which have been previously defined using the BeginMarkedContent method. |
 | EndOptionalContent | Ends a block of optional content. |
 | FillAndDrawEllipse | Overloaded. Fills and draws an ellipse defined by a bounding rectangle specified by a pair of coordinates, a width, and a height. |
 | FillAndDrawPath | Fills and draws a IGraphicsPath. |
 | FillAndDrawPolygon | Fills and draws a polygon defined by an array of System.Drawing.PointF structures. |
 | FillAndDrawRectangle | Overloaded. Fills and then draws the rectangle specified by a structure. |
 | FillEllipse | Overloaded. Fills the interior of an ellipse defined by a bounding rectangle specified by a pair of coordinates, a width, and a height. |
 | FillPath | Overloaded. Fills the interior of a . |
 | FillPolygon | Fills the interior of a polygon defined by an array of points specified by System.Drawing.PointF structures. |
 | FillRectangle | Overloaded. Fills the interior of a rectangle specified by a structure. |
  | FromAnnotation | Creates a new PdfGraphics from the specified PdfAnnotation. |
  | FromForm | Overloaded. Creates a new from the specified . |
  | FromPage | Overloaded. Creates a new from the specified . |
  | FromTilingPattern | Creates a new PdfGraphics from the specified TilingPattern. |
 | GetSourceBoundingBox | Returns the source surface bounding box. |
 | IntersectClip | Overloaded. Updates the clip region of this to the intersection of the current clip region and the specified structure. |
 | MeasureFontSize | Overloaded. Measures the text font size for specified text width. |
 | MeasureString | Overloaded. Measures the specified string when drawn with the specified . |
 | MultiplyTransform | Overloaded. Multiplies the world transformation of this object and specified transformation. |
 | RestoreGraphicsState | Restores the current graphics state from the stack of graphics states. |
 | RotateTransform | Applies the specified rotation to the transformation matrix of this PdfGraphics. |
 | SaveGraphicsState | Saves the current graphics state to the stack of graphics states. |
 | ScaleTransform | Applies the specified scaling operation to the transformation matrix of this PdfGraphics by prepending it to the object's transformation matrix. |
 | SetBrush | Sets a current brush. |
 | SetCharacterSpacing | Sets the character spacing ('Tc' command). |
 | SetGraphicsStateParameters | Sets the graphics state parameters. |
 | SetHorizontalTextScaling | Sets the text horizontal scaling ('Tz' command). |
 | SetMiterLimit | Sets the word spacing ('M' command). |
 | SetPen | Sets a current pen. |
 | SetRenderingIntent | Sets the rendering intent ('ri' command). |
 | SetTextRenderingMode | Sets the text rendering mode ('Tr' command). |
 | SetTextRise | Sets the text rise ('Ts' command). |
 | SetWordSpacing | Sets the word spacing ('Tw' command). |
 | TranslateTransform | Changes the origin of the coordinate system by prepending the specified translation to the transformation matrix of this PdfGraphics. |