PdfPenInfo Class

Class that encapsulates properties related to stroking operations.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.PdfPenInfo

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public sealed class PdfPenInfo
VB
Public NotInheritable Class PdfPenInfo

The PdfPenInfo type exposes the following members.

Properties

  NameDescription
Public propertyColor
Gets the color to be used for stroking.
Public propertyDashPattern
Gets the line dash pattern.
Public propertyEndCap
Gets the shape of the endpoints for any open path that is stroked.
Public propertyLineJoin
Gets the shape of joints between connected segments of a stroked path.
Public propertyMiterLimit
Gets the miter limit of this pen.
Public propertyOpacity
Gets the opacity value in percent to be used for stroking operations.
Public propertyPattern
Gets the pattern to be used for stroking operations.
Public propertyWidth
Gets the width of this pen.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Overrides Object.ToString().)

See Also