Pen ClassByteScout PDF SDK
Represents the abstract pen, which contains the basic functionality of a pen.
Inheritance Hierarchy

SystemObject
  Bytescout.PDFPen
    Bytescout.PDFColoredTilingPen
    Bytescout.PDFSolidPen
    Bytescout.PDFUncoloredTilingPen

Namespace:  Bytescout.PDF
Assembly:  Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax

public abstract class Pen

The Pen type exposes the following members.

Constructors

  NameDescription
Protected methodPen
Initializes a new instance of the Pen class
Top
Properties

  NameDescription
Public propertyDashPattern
Gets or sets the line dash pattern.
Public propertyLineCap
Gets or sets the line cap of this pen.
Public propertyLineJoin
Gets or sets the line join style of this pen.
Public propertyMiterLimit
Gets or sets the miter limit.
Public propertyOpacity
Gets or sets the opacity value in percent.
Public propertyWidth
Gets or sets the width of this pen.
Top
Methods

  NameDescription
Public methodClone
Allows the creation of a shallow copy of this Bytescout.PDF.Pen.
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