Aspose::Pdf::Annotations::WatermarkAnnotation clase
Contenido
[
Ocultar
]WatermarkAnnotation class
Clase que describe el objeto de anotación Watermark.
class WatermarkAnnotation : public Aspose::Pdf::Annotations::Annotation
Métodos
| Método | Descripción |
|---|---|
| Accept(System::SharedPtr<AnnotationSelector>) override | Aplicar visitante para la anotación. |
| ChangeAfterResize(System::SharedPtr<Matrix>) override | Sobrescribe la definición en la clase base con un cuerpo vacío. |
| get_AnnotationType() override | Obtiene el tipo de anotación. |
| get_FixedPrint() | Objeto de impresión corregido de la anotación Watermark. |
| get_Opacity() const | Obtiene la opacidad de la anotación. |
| set_Opacity(double) | Establece la opacidad de la anotación. |
| SetText(const System::SharedPtr<Facades::FormattedText>&) | Establece el texto de la anotación. |
| SetTextAndState(const System::ArrayPtr<System::String>&, const System::SharedPtr<Text::TextState>&) | Establece el texto de la anotación. |
| WatermarkAnnotation(const System::SharedPtr<Aspose::Pdf::Page>&, const System::SharedPtr<Rectangle>&) | Constructor para la clase de anotación Watermark. |
Ver también
- Class Annotation
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++