VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Content Namespace / PdfGraphicsState Class
Properties Methods SeeAlso
In This Topic
    PdfGraphicsState Class Members
    In This Topic
    The following tables list the members exposed by PdfGraphicsState.
    Public Properties
     NameDescription
    Public PropertyGets or sets the alpha constant for non stroking operations (fill).
    Public PropertyGets or sets the alpha constant for stroking operations (draw).
    Public PropertyGets or sets the current blending mode used in the transparent imaging model.
    Public PropertyGets or sets the character spacing, which is a number expressed in unscaled text space units.
    Public PropertyGets or sets the Current Transformation Matrix.
    Public PropertyGets the current font that is used for drawing text.
    Public PropertyGets or sets the shape of the endpoints for any open path that is stroked.
    Public PropertyGets or sets a dash offset.
    Public PropertyGets or sets the dash pattern to be used when paths are stroked.
    Public PropertyGets or sets the shape of joints between connected segments of a stroked path.
    Public PropertyGets or sets the thickness, in user space units, of paths to be stroked.
    Public PropertyGets or sets the maximum length of mitered line joins for stroked paths.
    Public PropertyGets or sets the non stroking RGB color (fill color).
    Public PropertyGets or sets the rendering intent to be used when converting CIE-based colors to device colors.
    Public PropertyGets or sets the stroking RGB color (draw color).
    Public PropertyGets or sets size of current text font.
    Public PropertyGets or sets the horizontal scaling, which is a number specifying the percentage of the normal width.
    Public PropertyGets or sets the text leading, which is a number expressed in unscaled text space units.
    Public PropertyGets or sets the text line matrix.
    Public PropertyGets or sets the text matrix.
    Public PropertyGets or sets the text rendering mode.
    Public PropertyGets or sets the text rise, which is a number expressed in unscaled text space units.
    Public PropertyGets or sets the word spacing, which is a number expressed in unscaled text space units.
    Public Methods
     NameDescription
    Public MethodCreates a new object that is a copy of the current instance.
    Public MethodReleases all resources used by this PdfGraphicsState.
    See Also