PdfDevicePdfGraphicContext Class |
Namespace: Aspose.Html.Rendering.Pdf
The PdfDevicePdfGraphicContext type exposes the following members.
Name | Description | |
---|---|---|
![]() | PdfDevicePdfGraphicContext | Initializes a new instance of the PdfDevicePdfGraphicContext class |
Name | Description | |
---|---|---|
![]() | CharacterSpacing | Sets or gets character spacing. (Inherited from GraphicContext.) |
![]() | FillBrush | Sets or gets the brush object that is used to fill the interiors of paths. (Overrides GraphicContextFillBrush.) |
![]() | Font | Sets or gets the true type font object that is used for rendering text. (Inherited from GraphicContext.) |
![]() | FontSize | Sets or gets text font size. (Inherited from GraphicContext.) |
![]() | FontStyle | Sets or gets text font style. (Inherited from GraphicContext.) |
![]() | LineCap | Sets or gets the code specifying the shape of the endpoints for any open path that is stroked. (Overrides GraphicContextLineCap.) |
![]() | LineDashOffset | Sets or gets the phase offset of the current line dash pattern. (Inherited from GraphicContext.) |
![]() | LineDashPattern | Sets or gets the description of the dash pattern to be used when paths are stroked. (Inherited from GraphicContext.) |
![]() | LineDashStyle | Sets of gets the style of dashed lines of a stroked path. (Inherited from GraphicContext.) |
![]() | LineJoin | Sets or gets the code specifying the shape of joints between connected segments of a stroked path. (Overrides GraphicContextLineJoin.) |
![]() | LineWidth | Sets or gets the thickness of paths to be stroked. (Overrides GraphicContextLineWidth.) |
![]() | MiterLimit | 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.) |
![]() | StrokeBrush | Sets or gets the brush object that is used for stroked paths. (Overrides GraphicContextStrokeBrush.) |
![]() | TextInfo | Gets a TextInfo object which contains information about rendered text. (Inherited from GraphicContext.) |
![]() | TransformationMatrix | Sets or gets transformation matrix. (Overrides GraphicContextTransformationMatrix.) |
Name | Description | |
---|---|---|
![]() | Clone | Creates a new instance of a class with the same property values as an existing instance. (Overrides GraphicContextClone.) |
![]() | 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 a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Transform | Modify the current transformation matrix by multiplying the specified matrix. (Overrides GraphicContextTransform(Matrix).) |