Aspose::Pdf::Facades::PdfContentEditor::CreatePopup method

PdfContentEditor::CreatePopup method

Creates popup annotation in PDF document.

void Aspose::Pdf::Facades::PdfContentEditor::CreatePopup(System::Drawing::Rectangle rect, System::String contents, bool open, int32_t page)
ParameterTypeDescription
rectSystem::Drawing::RectangleThe annotation rectangle defining the location of the annotation on the page.
contentsSystem::StringThe contents of the annotation.
openboolA flag specifying whether the pop-up annotation should initially be displayed open.
pageint32_tThe number of original page where the annotation will be created.

See Also