Aspose::Pdf::Facades::LineInfo class

LineInfo class

Represents the information of line.

class LineInfo : public System::Object

Methods

MethodDescription
get_BorderStyle() constGets the border style of a line, 0 represents solid, 1 represents dashed, 2 represents beleved, 3 represents insert, 4 represents underline.
get_LineColor() constGets the color of a line.
get_LineDashPattern() constGets the dash pattern of a line.
get_LineWidth() constGets the width of a line.
get_VerticeCoordinate() constGets an array of numbers representing the alternating horizontal and vertical,coordinates, respectively, of each vertex.
get_Visibility() constGets the visibility of a line.
LineInfo()
set_BorderStyle(int32_t)Sets the border style of a line, 0 represents solid, 1 represents dashed, 2 represents beleved, 3 represents insert, 4 represents underline.
set_LineColor(System::Drawing::Color)Sets the color of a line.
set_LineDashPattern(System::ArrayPtr<int32_t>)Sets the dash pattern of a line.
set_LineWidth(int32_t)Sets the width of a line.
set_VerticeCoordinate(System::ArrayPtr<float>)Sets an array of numbers representing the alternating horizontal and vertical,coordinates, respectively, of each vertex.
set_Visibility(bool)Sets the visibility of a line.

See Also