Name | Description | |
---|---|---|
![]() | PdfGraphics Constructor | Initializes a new instance of the PdfGraphics class. |
The following tables list the members exposed by PdfGraphics.
Name | Description | |
---|---|---|
![]() | PdfGraphics Constructor | Initializes a new instance of the PdfGraphics class. |
Name | Description | |
---|---|---|
![]() | DefaultFontDescent | Gets or sets the font descent default value, in font space. |
![]() | Document | Gets the PDF document. |
![]() | ImageTransform | Gets or sets the geometric world transformation for images drawing. |
![]() | Source | Gets the source tree node. |
![]() | UseFontDescent | Gets or sets a value indicating whether the PDF graphics object must use the font descent (maximum depth below the baseline reached by glyphs in this font) from PDF font when text is drawing. |
Name | Description | |
---|---|---|
![]() | AddContentCommands | Adds the content commands, which are stored in string, to the content stream. |
![]() | AddMarkedContentPoint | Overloaded. Adds a marked-content point to the content stream. |
![]() | BeginMarkedContent | Overloaded. Begins a marked-content sequence 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 PdfGraphics. |
![]() | DrawArc | Overloaded. Draws an arc representing a portion of an ellipse specified by a System.Drawing.RectangleF structure. |
![]() | DrawCurve | Overloaded. Draws a cubic Bezier curve at specified coordinates. |
![]() | DrawEllipse | Overloaded. Draws an ellipse defined by a bounding System.Drawing.RectangleF. |
![]() | DrawForm | Overloaded. Draws the specified form in specified rectangle of this PdfGraphics. |
![]() | DrawFormContent | Draws the content of specified form in specified rectangle of this PdfGraphics. |
![]() | DrawImage | Overloaded. Compress the specified image using default compression, saves compressed image as image resource in PDF document and draws the image resource at the specified location and with 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 two System.Drawing.PointF structures. |
![]() | DrawLines | Overloaded. Draws a series of line segments that connect an array of System.Drawing.PointF structures. |
![]() | DrawPageAsForm | Overloaded. Draws the specified PDF page as form in specified rectangle of the PdfGraphics. |
![]() | DrawPath | Overloaded. Draws a System.Drawing.Drawing2D.GraphicsPath. |
![]() | DrawPolygon | Draws a polygon defined by an array of System.Drawing.PointF structures. |
![]() | DrawRectangle | Overloaded. Draws a rectangle specified by a System.Drawing.RectangleF structure. |
![]() | DrawString | Overloaded. Draws the specified text string at the specified location with the specified PdfBrush and Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont 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 System.Drawing.RectangleF structure. |
![]() | FillAndDrawPath | Fills and draws a System.Drawing.Drawing2D.GraphicsPath. |
![]() | 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 System.Drawing.RectangleF structure. |
![]() | FillEllipse | Overloaded. Fills the interior of an ellipse defined by a bounding rectangle specified by a System.Drawing.RectangleF structure. |
![]() | FillPath | Overloaded. Fills the interior of a System.Drawing.Drawing2D.GraphicsPath. |
![]() | 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 System.Drawing.RectangleF structure. |
![]() ![]() | FromAnnotation | Creates a new PdfGraphics from the specified Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation. |
![]() ![]() | FromForm | Overloaded. Creates a new PdfGraphics from the specified Vintasoft.Imaging.Pdf.Tree.PdfFormXObjectResource. |
![]() ![]() | FromPage | Overloaded. Creates a new PdfGraphics from the specified Vintasoft.Imaging.Pdf.Tree.PdfPage. |
![]() ![]() | FromTilingPattern | Creates a new PdfGraphics from the specified Vintasoft.Imaging.Pdf.Tree.Patterns.TilingPattern. |
![]() | GetSourceBoundingBox | Returns the source surface bounding box. |
![]() | IntersectClip | Overloaded. Updates the clip region of this PdfGraphics to the intersection of the current clip region and the specified System.Drawing.RectangleF structure. |
![]() | MeasureFontSize | Overloaded. Measures the text font size for specified text width. |
![]() | MeasureString | Overloaded. Measures the specified string when drawn with the specified Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont. |
![]() | MultiplyTransform | Overloaded. Multiplies the world transformation of this PdfGraphics object and specified the System.Drawing.Drawing2D.Matrix object. |
![]() | 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. |