Namespace: BitMiracle.Docotic.Pdf
public sealed class PdfDashPattern
Public NotInheritable Class PdfDashPattern
The PdfDashPattern type exposes the following members.
Name | Description | |
---|---|---|
![]() | PdfDashPattern() |
Initializes a new empty instance of the
PdfDashPattern class.
|
![]() | PdfDashPattern(Double[]) |
Initializes a new instance of the PdfDashPattern class.
|
![]() | PdfDashPattern(Single[]) |
Initializes a new instance of the PdfDashPattern class.
|
![]() | PdfDashPattern(Double[], Double) |
Initializes a new instance of the PdfDashPattern class.
|
![]() | PdfDashPattern(Single[], Single) |
Initializes a new instance of the PdfDashPattern class.
|
Name | Description | |
---|---|---|
![]() | Offset |
Gets the distance from the start of a line to the beginning of
the dash pattern.
|
Name | Description | |
---|---|---|
![]() | Equals |
Determines whether the specified Object is
equal to this instance.
(Overrides Object.Equals(Object).) |
![]() | GetHashCode |
Returns a hash code for this instance.
(Overrides Object.GetHashCode().) |
![]() | GetPattern |
Gets the pattern (the array of numbers that specifies the lengths
of alternating dashes and gaps).
|
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Determines whether the two specified PdfDashPattern objects are identical.
|
![]() ![]() | Inequality |
Determines whether the two specified PdfDashPattern objects are not identical.
|