Aspose::Pdf::Forms::RichTextBoxField::RichTextBoxField constructor

RichTextBoxField::RichTextBoxField constructor

Constructor for Rich Text Box field.

Aspose::Pdf::Forms::RichTextBoxField::RichTextBoxField(const System::SharedPtr<Aspose::Pdf::Page> &page, const System::SharedPtr<Rectangle> &rect)
ParameterTypeDescription
pageconst System::SharedPtr<Aspose::Pdf::Page>&Page where field will be placed.
rectconst System::SharedPtr<Rectangle>&Position of the field on the page.

See Also