XPen ClassTerminal Works - PDF Printing.Net Library
Defines an object used to draw lines and curves.
Inheritance Hierarchy

SystemObject
  PdfEdit.DrawingXPen

Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public sealed class XPen

The XPen type exposes the following members.

Constructors

  NameDescription
Public methodXPen(XColor)
Initializes a new instance of the XPen class.
Public methodXPen(XPen)
Initializes a new instance of the XPen class.
Public methodXPen(XColor, Double)
Initializes a new instance of the XPen class.
Top
Methods

  NameDescription
Public methodClone
Clones this instance.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Operators

  NameDescription
Public operatorStatic member(Pen to XPen)
Implicit conversion from Pen to XPen
Top
Properties

  NameDescription
Public propertyColor
Gets or sets the color.
Public propertyDashOffset
Gets or sets the dash offset.
Public propertyDashPattern
Gets or sets the dash pattern.
Public propertyDashStyle
Gets or sets the dash style.
Public propertyLineCap
Gets or sets the line cap.
Public propertyLineJoin
Gets or sets the line join.
Public propertyMiterLimit
Gets or sets the miter limit.
Public propertyOverprint
Gets or sets a value indicating whether the pen enables overprint when used in a PDF document. Experimental, takes effect only on CMYK color mode.
Public propertyWidth
Gets or sets the width.
Top
See Also

Reference