PdfDevicePdfGraphicContext Class
Holds current graphics control parameters for the PdfDevice. These parameters define the global framework within which the graphics operators execute.
Inheritance Hierarchy
SystemObject
  Aspose.Html.RenderingGraphicContext
    Aspose.Html.Rendering.PdfPdfDevicePdfGraphicContext

Namespace: Aspose.Html.Rendering.Pdf
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public class PdfGraphicContext : GraphicContext

The PdfDevicePdfGraphicContext type exposes the following members.

Constructors
  NameDescription
Public methodPdfDevicePdfGraphicContext
Initializes a new instance of the PdfDevicePdfGraphicContext class
Properties
  NameDescription
Public propertyCharacterSpacing
Sets or gets character spacing.
(Inherited from GraphicContext.)
Public propertyFillBrush
Sets or gets the brush object that is used to fill the interiors of paths.
(Overrides GraphicContextFillBrush.)
Public propertyFont
Sets or gets the true type font object that is used for rendering text.
(Inherited from GraphicContext.)
Public propertyFontSize
Sets or gets text font size.
(Inherited from GraphicContext.)
Public propertyFontStyle
Sets or gets text font style.
(Inherited from GraphicContext.)
Public propertyLineCap
Sets or gets the code specifying the shape of the endpoints for any open path that is stroked.
(Overrides GraphicContextLineCap.)
Public propertyLineDashOffset
Sets or gets the phase offset of the current line dash pattern.
(Inherited from GraphicContext.)
Public propertyLineDashPattern
Sets or gets the description of the dash pattern to be used when paths are stroked.
(Inherited from GraphicContext.)
Public propertyLineDashStyle
Sets of gets the style of dashed lines of a stroked path.
(Inherited from GraphicContext.)
Public propertyLineJoin
Sets or gets the code specifying the shape of joints between connected segments of a stroked path.
(Overrides GraphicContextLineJoin.)
Public propertyLineWidth
Sets or gets the thickness of paths to be stroked.
(Overrides GraphicContextLineWidth.)
Public propertyMiterLimit
Sets or gets the maximum length of mitered line joins for stroked paths. This parameter limits the length of "spikes" produced when line segments join at sharp angles.
(Overrides GraphicContextMiterLimit.)
Public propertyStrokeBrush
Sets or gets the brush object that is used for stroked paths.
(Overrides GraphicContextStrokeBrush.)
Public propertyTextInfo
Gets a TextInfo object which contains information about rendered text.
(Inherited from GraphicContext.)
Public propertyTransformationMatrix
Sets or gets transformation matrix.
(Overrides GraphicContextTransformationMatrix.)
Methods
  NameDescription
Public methodClone
Creates a new instance of a class with the same property values as an existing instance.
(Overrides GraphicContextClone.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Public methodTransform
Modify the current transformation matrix by multiplying the specified matrix.
(Overrides GraphicContextTransform(Matrix).)
See Also