Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
Represents a graphics template.
Inheritance Hierarchy
Bytescout.PDFCanvas
Bytescout.PDFGraphicsTemplate
Namespace: Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
The GraphicsTemplate type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | GraphicsTemplate |
Initializes a new instance of the Bytescout.PDF.GraphicsTemplate class.
|
Properties
Name | Description | |
---|---|---|
![]() | BlendMode |
Gets or sets the blend mode.
(Inherited from Canvas.) |
![]() | Height |
Gets the height of the canvas.
(Inherited from Canvas.) |
![]() | HTMLFormattingForTextEnabled |
Set HTML formatting support for drawString()
Enabled by default
(Inherited from Canvas.) |
![]() | RenderingIntent |
Gets or sets the rendering intent.
(Inherited from Canvas.) |
![]() | Width |
Gets the width of the canvas.
(Inherited from Canvas.) |
Methods
Name | Description | |
---|---|---|
![]() | BeginMarkedContent |
Initializes the creation of content group.
(Inherited from Canvas.) |
![]() | DrawArc(Pen, RectangleF, Single, Single) |
Draws an arc representing a portion of an ellipse specified by a System.Drawing.RectangleF structure.
(Inherited from Canvas.) |
![]() | DrawArc(Pen, Single, Single, Single, Single, Single, Single) |
Draws an arc representing a portion of an ellipse.
(Inherited from Canvas.) |
![]() | DrawCircle(Brush, PointF, Single) |
Draws a circle with specified center coordinates and radius.
(Inherited from Canvas.) |
![]() | DrawCircle(Pen, PointF, Single) |
Draws a circle with specified center coordinates and radius.
(Inherited from Canvas.) |
![]() | DrawCircle(Brush, Single, Single, Single) |
Draws a circle with specified center coordinates and radius.
(Inherited from Canvas.) |
![]() | DrawCircle(Pen, Brush, PointF, Single) |
Draws a circle with specified center coordinates and radius.
(Inherited from Canvas.) |
![]() | DrawCircle(Pen, Single, Single, Single) |
Draws a circle with specified center coordinates and radius.
(Inherited from Canvas.) |
![]() | DrawCircle(Pen, Brush, Single, Single, Single) |
Draws a circle with specified center coordinates and radius.
(Inherited from Canvas.) |
![]() | DrawCurve(Pen, PointF, PointF, PointF, PointF) |
Draws a cubic Bézier curve.
(Inherited from Canvas.) |
![]() | DrawCurve(Pen, Single, Single, Single, Single, Single, Single, Single, Single) |
Draws a cubic Bézier curve.
(Inherited from Canvas.) |
![]() | DrawEllipse(Brush, RectangleF) |
Draws an ellipse defined by a bounding System.Drawing.RectangleF.
(Inherited from Canvas.) |
![]() | DrawEllipse(Pen, RectangleF) |
Draws an ellipse defined by a bounding System.Drawing.RectangleF.
(Inherited from Canvas.) |
![]() | DrawEllipse(Pen, Brush, RectangleF) |
Draws an ellipse defined by a bounding System.Drawing.RectangleF.
(Inherited from Canvas.) |
![]() | DrawEllipse(Brush, Single, Single, Single, Single) |
Draws an ellipse defined by a bounding rectangle specified by a pair of coordinates, a height, and a width.
(Inherited from Canvas.) |
![]() | DrawEllipse(Pen, Single, Single, Single, Single) |
Draws an ellipse defined by a bounding rectangle specified by a pair of coordinates, a height, and a width.
(Inherited from Canvas.) |
![]() | DrawEllipse(Pen, Brush, Single, Single, Single, Single) |
Draws an ellipse defined by a bounding rectangle specified by a pair of coordinates, a height, and a width.
(Inherited from Canvas.) |
![]() | DrawImage(Image, Single, Single) |
Draws the specified image, using its original size, at the specified location.
(Inherited from Canvas.) |
![]() | DrawImage(Image, Single, Single, Single, Single) |
Draws the specified image at the specified location with specified size.
(Inherited from Canvas.) |
![]() | DrawLine(Pen, PointF, PointF) |
Draws a line connecting two System.Drawing.PointF structures.
(Inherited from Canvas.) |
![]() | DrawLine(Pen, Single, Single, Single, Single) |
Draws a line connecting the two points specified by the coordinate pairs.
(Inherited from Canvas.) |
![]() | DrawPath(Brush, Path) |
Draws a Bytescout.PDF.Path.
(Inherited from Canvas.) |
![]() | DrawPath(Pen, Path) |
Draws a Bytescout.PDF.Path.
(Inherited from Canvas.) |
![]() | DrawPath(Pen, Brush, Path) |
Draws a Bytescout.PDF.Path.
(Inherited from Canvas.) |
![]() | DrawPie(Brush, RectangleF, Single, Single) |
Draws a pie shape defined by an ellipse specified by a System.Drawing.RectangleF structure and two radial lines.
(Inherited from Canvas.) |
![]() | DrawPie(Pen, RectangleF, Single, Single) |
Draws a pie shape defined by an ellipse specified by a System.Drawing.RectangleF structure and two radial lines.
(Inherited from Canvas.) |
![]() | DrawPie(Pen, Brush, RectangleF, Single, Single) |
Draws a pie shape defined by an ellipse specified by a System.Drawing.RectangleF structure and two radial lines.
(Inherited from Canvas.) |
![]() | DrawPie(Brush, Single, Single, Single, Single, Single, Single) |
Draws a pie shape.
(Inherited from Canvas.) |
![]() | DrawPie(Pen, Single, Single, Single, Single, Single, Single) |
Draws a pie shape.
(Inherited from Canvas.) |
![]() | DrawPie(Pen, Brush, Single, Single, Single, Single, Single, Single) |
Draws a pie shape.
(Inherited from Canvas.) |
![]() | DrawPolygon(Brush, PointsArray) |
Draws a polygon defined by an array of System.Drawing.PointF structures.
(Inherited from Canvas.) |
![]() | DrawPolygon(Brush, PointF) |
Draws a polygon defined by an array of System.Drawing.PointF structures.
(Inherited from Canvas.) |
![]() | DrawPolygon(Pen, PointsArray) |
Draws a polygon defined by an array of System.Drawing.PointF structures.
(Inherited from Canvas.) |
![]() | DrawPolygon(Pen, PointF) |
Draws a polygon defined by an array of System.Drawing.PointF structures.
(Inherited from Canvas.) |
![]() | DrawPolygon(Pen, Brush, PointsArray) |
Draws a polygon defined by an array of System.Drawing.PointF structures.
(Inherited from Canvas.) |
![]() | DrawPolygon(Pen, Brush, PointF) |
Draws a polygon defined by an array of System.Drawing.PointF structures.
(Inherited from Canvas.) |
![]() | DrawRectangle(Brush, RectangleF) |
Draws a rectangle specified by a System.Drawing.Rectangle structure.
(Inherited from Canvas.) |
![]() | DrawRectangle(Pen, RectangleF) |
Draws a rectangle specified by a System.Drawing.Rectangle structure.
(Inherited from Canvas.) |
![]() | DrawRectangle(Pen, Brush, RectangleF) |
Draws a rectangle specified by a System.Drawing.Rectangle structure.
(Inherited from Canvas.) |
![]() | DrawRectangle(Brush, Single, Single, Single, Single) |
Draws a rectangle specified by a coordinate pair, a width, and a height.
(Inherited from Canvas.) |
![]() | DrawRectangle(Pen, Single, Single, Single, Single) |
Draws a rectangle specified by a coordinate pair, a width, and a height.
(Inherited from Canvas.) |
![]() | DrawRectangle(Pen, Brush, Single, Single, Single, Single) |
Draws a rectangle specified by a coordinate pair, a width, and a height.
(Inherited from Canvas.) |
![]() | DrawRoundedRectangle(Brush, RectangleF, Single) |
Draws a rectangle structure with rounded corners specified by a System.Drawing.RectangleF structure.
(Inherited from Canvas.) |
![]() | DrawRoundedRectangle(Pen, RectangleF, Single) |
Draws a rectangle structure with rounded corners specified by a System.Drawing.RectangleF structure.
(Inherited from Canvas.) |
![]() | DrawRoundedRectangle(Pen, Brush, RectangleF, Single) |
Draws a rectangle structure with rounded corners specified by a System.Drawing.RectangleF structure.
(Inherited from Canvas.) |
![]() | DrawRoundedRectangle(Brush, Single, Single, Single, Single, Single) |
Draws a rectangle structure with rounded corners specified by a coordinate pair, a width, and a height.
(Inherited from Canvas.) |
![]() | DrawRoundedRectangle(Pen, Single, Single, Single, Single, Single) |
Draws a rectangle structure with rounded corners specified by a coordinate pair, a width, and a height.
(Inherited from Canvas.) |
![]() | DrawRoundedRectangle(Pen, Brush, Single, Single, Single, Single, Single) |
Draws a rectangle structure with rounded corners specified by a coordinate pair, a width, and a height.
(Inherited from Canvas.) |
![]() | DrawString(String, Font, Brush, RectangleF) |
Draws the specified text string at the specified location and size with the specified Brush and font objects.
(Inherited from Canvas.) |
![]() | DrawString(String, Font, Pen, RectangleF) |
Draws the specified text string at the specified location and size with the specified pen and font objects.
(Inherited from Canvas.) |
![]() | DrawString(String, Font, Brush, Pen, RectangleF) |
Draws the specified text string at the specified location and size with the specified pen, Brush and font objects.
(Inherited from Canvas.) |
![]() | DrawString(String, Font, Brush, RectangleF, StringFormat) |
Draws the specified text string at the specified location and size with the specified Brush and font objects.
(Inherited from Canvas.) |
![]() | DrawString(String, Font, Brush, Single, Single) |
Draws the specified text string at the specified location with the specified Brush and font objects.
(Inherited from Canvas.) |
![]() | DrawString(String, Font, Pen, RectangleF, StringFormat) |
Draws the specified text string at the specified location and size with the specified pen and font objects.
(Inherited from Canvas.) |
![]() | DrawString(String, Font, Pen, Single, Single) |
Draws the specified text string at the specified location with the specified pen and font objects.
(Inherited from Canvas.) |
![]() | DrawString(String, Font, Brush, Pen, RectangleF, StringFormat) |
Draws the specified text string at the specified location and size with the specified pen, Brush and font objects.
(Inherited from Canvas.) |
![]() | DrawString(String, Font, Brush, Pen, Single, Single) |
Draws the specified text string at the specified location with the specified pen, Brush and font objects.
(Inherited from Canvas.) |
![]() | DrawString(String, Font, Brush, Single, Single, StringFormat) |
Draws the specified text string at the specified location with the specified Brush and font objects.
(Inherited from Canvas.) |
![]() | DrawString(String, Font, Pen, Single, Single, StringFormat) |
Draws the specified text string at the specified location with the specified pen and font objects.
(Inherited from Canvas.) |
![]() | DrawString(String, Font, Brush, Pen, Single, Single, StringFormat) |
Draws the specified text string at the specified location with the specified pen, Brush and font objects.
(Inherited from Canvas.) |
![]() | DrawString(String, Font, Brush, Single, Single, Single, Single, StringFormat) |
Draws the specified text string at the specified location and size with the specified Brush and font objects.
(Inherited from Canvas.) |
![]() | DrawString(String, Font, Pen, Single, Single, Single, Single, StringFormat) |
Draws the specified text string at the specified location and size with the specified pen and font objects.
(Inherited from Canvas.) |
![]() | DrawString(String, Font, Brush, Pen, Single, Single, Single, Single, StringFormat) |
Draws the specified text string at the specified location and size with the specified pen, Brush and font objects.
(Inherited from Canvas.) |
![]() | DrawTable |
Draws the specified table at the specified location.
(Inherited from Canvas.) |
![]() | DrawTemplate(GraphicsTemplate, Single, Single) |
Draws a template using its original size, at the specified location.
(Inherited from Canvas.) |
![]() | DrawTemplate(GraphicsTemplate, Single, Single, Single, Single) |
Draws a template at the specified location and size.
(Inherited from Canvas.) |
![]() | EndMarkedContent |
Finalizes an optional content group.
(Inherited from Canvas.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MeasureString(String, Font) |
Measures the specified string when drawn with the specified Font.
(Inherited from Canvas.) |
![]() | MeasureString(String, Font, StringFormat) |
Measures the width of the text, considering Word Spacing and
Character Spacing of the String Format
(Inherited from Canvas.) |
![]() | MeasureString(String, Font, Single) |
Measures the specified string limited to the specified width.
(Inherited from Canvas.) |
![]() | MeasureString(String, Font, Single, StringFormat) |
Measures the specified string limited to the specified width.
(Inherited from Canvas.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | RestoreGraphicsState |
Restores the last saved graphics state.
(Inherited from Canvas.) |
![]() | RotateTransform |
Applies the specified rotation to the transformation matrix.
(Inherited from Canvas.) |
![]() | SaveGraphicsState |
Saves the current graphics state.
(Inherited from Canvas.) |
![]() | ScaleTransform |
Applies the specified scaling operation to the transformation matrix.
(Inherited from Canvas.) |
![]() | SetClip(RectangleF) |
Modifies the current clipping path by intersecting it with the current path.
(Inherited from Canvas.) |
![]() | SetClip(Path) |
Modifies the current clipping path by intersecting it with the current path.
(Inherited from Canvas.) |
![]() | SetClip(Single, Single, Single, Single) |
Modifies the current clipping path by intersecting it with the current path.
(Inherited from Canvas.) |
![]() | SkewTransform |
Skews the x axis by an angle alpha and the y axis by an angle beta.
(Inherited from Canvas.) |
![]() | ToString | (Inherited from Object.) |
![]() | TranslateTransform |
Changes the origin of the coordinate system by prepending the specified translation to the transformation matrix.
(Inherited from Canvas.) |
See Also