DashPattern Class
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Represents class for a line dash pattern. The line dash pattern controls the pattern of dashes and gaps used to stroke paths.
Inheritance Hierarchy
Bytescout.PDFDashPattern
Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
The DashPattern type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DashPattern | Initializes a new empty instance of the Bytescout.PDF.DashPattern class. | |
DashPattern(Single) | Initializes a new empty instance of the Bytescout.PDF.DashPattern class. | |
DashPattern(Single, Single) | Initializes a new empty instance of the Bytescout.PDF.DashPattern class. |
Properties
Name | Description | |
---|---|---|
Phase | Gets the distance from the start of a line to the beginning of the dash pattern. |
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified System.Object is equal to the current Bytescout.PDF.DashPattern. (Overrides ObjectEquals(Object).) | |
Finalize | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Overrides ObjectGetHashCode.) | |
GetPattern | Gets the pattern (the array of numbers that specifies the lengths of alternating dashes and gaps). | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
See Also