Pdf |
The PdfLineDashPattern type exposes the following members.
| Name | Description | |
|---|---|---|
| PdfLineDashPattern | Initializes a new instance of the PdfLineDashPattern structure. |
| Name | Description | |
|---|---|---|
| Array | Gets the numbers that specify the lengths of alternating dashes and gaps expressed in user space units; the numbers shall be nonnegative and not all zero. | |
| Phase | Gets the distance into the dash pattern at which to start the dash expressed in user space units. |
| Name | Description | |
|---|---|---|
| Equals(Object) |
Determines whether the specified Object is equal to this PdfLineDashPattern instance.
(Overrides ValueTypeEquals(Object)) | |
| Equals(PdfLineDashPattern) | Determines whether the other PdfLineDashPattern is equal to this PdfLineDashPattern instance. | |
| GetHashCode |
Returns a hash code for this PdfLineDashPattern instance.
(Overrides ValueTypeGetHashCode) | |
| ToString |
Returns a String that represents this PdfLineDashPattern instance.
(Overrides ValueTypeToString) |
| Name | Description | |
|---|---|---|
| Equality(PdfLineDashPattern, PdfLineDashPattern) | Determines whether first and second PdfLineDashPatterns are equal. | |
| Inequality(PdfLineDashPattern, PdfLineDashPattern) | Determines whether first and second PdfLineDashPatterns are not equal. |