Dash

Overview

Dash is a class in Aspose.PDF FOSS for .NET.

Represents a dash pattern for borders.

This class provides 2 methods for working with Dash objects in .NET programs. Available methods include: Dash. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: Off, On, Pattern.

Properties

NameTypeAccessDescription
OnintRead/WriteLength of the dash.
OffintRead/WriteLength of the gap.
Patternint[]ReadRaw dash-pattern array (alternating on/off lengths).

Methods

SignatureDescription
Dash(on: int, off: int)Calls Dash on this Dash instance.
Dash(pattern: int[])Construct from an explicit dash pattern (on/off pairs).

See Also