Aspose::Pdf::Facades::PdfContentEditor::CreateLine method
Contents
[
Hide
]PdfContentEditor::CreateLine method
Creates line annotation.
void Aspose::Pdf::Facades::PdfContentEditor::CreateLine(System::Drawing::Rectangle rect, const System::String &contents, float x1, float y1, float x2, float y2, int32_t page, int32_t border, System::Drawing::Color clr, const System::String &borderStyle, const System::ArrayPtr<int32_t> &dashArray, const System::ArrayPtr<System::String> &LEArray)
| Parameter | Type | Description |
|---|---|---|
| rect | System::Drawing::Rectangle | The annotation rectangle defining the location of the annotation on the page. |
| contents | const System::String& | The contents of the annotation. |
| x1 | float | The starting horizontal coordinate of the line. |
| y1 | float | The starting vertical coordinate of the line. |
| x2 | float | The ending horizontal coordinate of the line. |
| y2 | float | The ending vertical coordinate of the line. |
| page | int32_t | The number of original page where the annotation will be created. |
| border | int32_t | The border width in points. If this value is 0 no border is drawn. Default value is 1. |
| clr | System::Drawing::Color | The color of line. |
| borderStyle | const System::String& | The border style specifying the width and dash pattern to be used in drawing the line. This value can be: “S” (Solid), “D” (Dashed), “B” (Beveled), “I” (Inset), “U” (Underline). |
| dashArray | const System::ArrayPtr<int32_t>& | A dash array defining a pattern of dashes and gaps to be used in drawing a dashed border. If it is used, borderSyle must be accordingly set to “D”. |
| LEArray | const System::ArrayPtr<System::String>& | An array of two values respectively specifying the beginning and ending style of the drawing line. The values can be: “Square”, “Circle”, “Diamond”, “OpenArrow”, “ClosedArrow”, “None”, “Butt”, “ROpenArrow”, “RClosedArrow”, “Slash”. |
See Also
- Class Rectangle
- Class String
- Class Color
- Typedef ArrayPtr
- Class PdfContentEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++