Aspose::Pdf::Facades::PdfContentEditor::CreatePolygon method

PdfContentEditor::CreatePolygon method

Creates polygon annotation.

void Aspose::Pdf::Facades::PdfContentEditor::CreatePolygon(System::SharedPtr<LineInfo> lineInfo, int32_t page, System::Drawing::Rectangle annotRect, System::String annotContents)
ParameterTypeDescription
lineInfoSystem::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.
annotContentsSystem::StringThe contents of the annotation.

See Also