Aspose::Pdf::Facades::LineInfo class
Contents
[
Hide
]LineInfo class
Represents the information of line.
class LineInfo : public System::Object
Methods
Method | Description |
---|---|
get_BorderStyle() const | Gets the border style of a line, 0 represents solid, 1 represents dashed, 2 represents beleved, 3 represents insert, 4 represents underline. |
get_LineColor() const | Gets the color of a line. |
get_LineDashPattern() const | Gets the dash pattern of a line. |
get_LineWidth() const | Gets the width of a line. |
get_VerticeCoordinate() const | Gets an array of numbers representing the alternating horizontal and vertical,coordinates, respectively, of each vertex. |
get_Visibility() const | Gets 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
- Class Object
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++