VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing Namespace / PdfPen Class
Constructors Properties Methods SeeAlso
In This Topic
    PdfPen Class Members
    In This Topic
    The following tables list the members exposed by PdfPen.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class with the specified color.
    Public Properties
     NameDescription
    Public PropertyGets or sets the GraphicsStateBlendMode of this PdfPen.
    Public PropertyGets or sets the color of this PdfPen.
    Public PropertyGets or sets the distance from the start of a line to the beginning of a dash pattern.
    Public PropertyGets or sets an array of custom dashes and spaces.
    Public PropertyGets or sets the cap style used at the end of lines drawn with this PdfPen.
    Public PropertyGets or sets the shape of the endpoints for dashes.
    Public PropertyGets or sets the join style for the ends of two consecutive lines drawn with this PdfPen.
    Public PropertyGets or sets the limit of the thickness of the join on a mitered corner.
    Public PropertyGets or sets the cap style used at the beginning of lines drawn with this PdfPen.
    Public PropertyGets or sets the width of this PdfPen.
    Public Methods
     NameDescription
    Public MethodOverloaded. Creates an exact copy of this .
    Public MethodReleases all resources used by this PdfPen.
    Public MethodDetermines whether the specified PdfPen is equal to the current PdfPen.
    Public MethodServes as a hash function for a particular type.
    See Also