Aspose::Pdf::Annotations::FreeTextAnnotation::FreeTextAnnotation constructor

FreeTextAnnotation::FreeTextAnnotation(const System::SharedPtr<Aspose::Pdf::Page>&, const System::SharedPtr<Rectangle>&, const System::SharedPtr<Aspose::Pdf::Annotations::DefaultAppearance>&) constructor

Crea una nueva anotación FreeText en la página especificada.

Aspose::Pdf::Annotations::FreeTextAnnotation::FreeTextAnnotation(const System::SharedPtr<Aspose::Pdf::Page> &page, const System::SharedPtr<Rectangle> &rect, const System::SharedPtr<Aspose::Pdf::Annotations::DefaultAppearance> &appearance)
ParámetroTipoDescripción
páginaconst System::SharedPtr\Aspose::Pdf::Page\\\&La página del documento donde se debe crear la anotación.
rectconst System::SharedPtr<Rectangle>&El rectángulo de la anotación, que define la ubicación de la anotación en la página.
aparienciaconst System::SharedPtr<Aspose::Pdf::Annotations::DefaultAppearance>&La apariencia predeterminada que se usará al formatear el texto.

Ver también

FreeTextAnnotation::FreeTextAnnotation(const System::SharedPtr<Document>&, const System::SharedPtr<Aspose::Pdf::Annotations::DefaultAppearance>&) constructor

Constructor para usar con Generator.

Aspose::Pdf::Annotations::FreeTextAnnotation::FreeTextAnnotation(const System::SharedPtr<Document> &document, const System::SharedPtr<Aspose::Pdf::Annotations::DefaultAppearance> &appearance)
ParámetroTipoDescripción
documentconst System::SharedPtr<Document>&Documento donde se creará la anotación.
aparienciaconst System::SharedPtr<Aspose::Pdf::Annotations::DefaultAppearance>&Apariencia predeterminada

Ver también