Link Search Menu Expand Document

SolidPen Class

Represents a solid pen.
Inheritance Hierarchy
SystemObject
Bytescout.PDFPen
Bytescout.PDFSolidPen

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public class SolidPen : Pen

The SolidPen type exposes the following members.

Constructors
NameDescription
Public methodSolidPen
Initializes a new instance of the Bytescout.PDF.SolidPen class.
Public methodSolidPen(Color)
Initializes a new instance of the Bytescout.PDF.SolidPen class.
Public methodSolidPen(Color, Single)
Initializes a new instance of the Bytescout.PDF.SolidPen class.
Top
Properties
NameDescription
Public propertyColor
Gets or sets the color of this pen.
Public propertyDashPattern
Gets or sets the line dash pattern.
(Overrides PenDashPattern.)
Public propertyLineCap
Gets or sets the line cap of this pen.
(Overrides PenLineCap.)
Public propertyLineJoin
Gets or sets the line join style of this pen.
(Overrides PenLineJoin.)
Public propertyMiterLimit
Gets or sets the miter limit.
(Overrides PenMiterLimit.)
Public propertyOpacity
Gets or sets the opacity value in percent.
(Overrides PenOpacity.)
Public propertyWidth
Gets or sets the width of this pen.
(Overrides PenWidth.)
Top
Methods
NameDescription
Public methodClone
Allows the creation of a shallow copy of this Bytescout.PDF.SolidPen.
(Overrides PenClone.)
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.)
Top
See Also

Reference