Aspose::Pdf::Facades::PdfContentEditor::CreatePolyLine method

PdfContentEditor::CreatePolyLine method

Creates polyline annotation.

void Aspose::Pdf::Facades::PdfContentEditor::CreatePolyLine(const System::SharedPtr<LineInfo> &lineInfo, int32_t page, System::Drawing::Rectangle annotRect, const System::String &annotContents)
ParameterTypeDescription
lineInfoconst System::SharedPtr<LineInfo>&The instance of LineInfo class.
pageint32_tThe number of original page where the annotation will be created.
annotRectSystem::Drawing::RectangleThe annotation rectangle defining the location of the annotation on the page.
annotContentsconst System::String&The contents of the annotation.

See Also