Aspose::Pdf::Annotations::Dash class

Dash class

Class representing line dash pattern.

class Dash : public System::Object

Methods

MethodDescription
Dash(int32_t, int32_t)Constructor for Dash. Defines dashed border with specified dash and gap, which are unchanged for the entire dashed border.
Dash(System::ArrayPtr<int32_t>)Constructor for Dash. Defines a pattern of dashes and gaps that shall be used in drawing a dashed border.
get_Off()Gets length of first gap between dashes.
get_On()Gets length of first dash.
get_Pattern() constGets dash array defining a pattern of dashes and gaps that shall be used in drawing a dashed border.
set_Off(int32_t)Sets length of first gap between dashes.
set_On(int32_t)Sets length of first dash.

See Also