Winnovative Word to PDF Converter

LineStyle Class

Winnovative Word to PDF Converter Documentation
The line style for a graphic element which draws lines
Inheritance Hierarchy

SystemObject
  WnvWordToPdfLineStyle

Namespace:  WnvWordToPdf
Assembly:  wnvwordtopdf (in wnvwordtopdf.dll) Version: 10.0.0.0
Syntax

public class LineStyle

The LineStyle type exposes the following members.

Constructors

  NameDescription
Public methodLineStyle
Constructs a default line style
Public methodLineStyle(LineDashStyle)
Constructs a style for a dashed line
Public methodLineStyle(Single)
Constructs a line style with the specified line width
Public methodLineStyle(Single, LineDashStyle)
Constructs a style for a dashed line
Public methodLineStyle(Single, LineCapStyle, LineJoinStyle)
Constructs a style for a line with the specified width, cap and join styles
Top
Properties

  NameDescription
Public propertyLineCapStyle
Gets or sets the line cap style
Public propertyLineDashStyle
Gets or sets the line dash pattern
Public propertyLineJoinStyle
Gets or sets the line join style
Public propertyLineWidth
The line width
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference