Aspose::Pdf::Facades::PdfAnnotationEditor::FlatteningAnnotations method
Contenido
[
Ocultar
]PdfAnnotationEditor::FlatteningAnnotations() method
Aplana todas las anotaciones en el documento.
void Aspose::Pdf::Facades::PdfAnnotationEditor::FlatteningAnnotations()
Ver también
- Class PdfAnnotationEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfAnnotationEditor::FlatteningAnnotations(const System::SharedPtr<Forms::Form::FlattenSettings>&) method
Aplana todas las anotaciones en el documento.
void Aspose::Pdf::Facades::PdfAnnotationEditor::FlatteningAnnotations(const System::SharedPtr<Forms::Form::FlattenSettings> &flattenSettings)
| Parámetro | Tipo | Descripción |
|---|---|---|
| flattenSettings | const System::SharedPtr<Forms::Form::FlattenSettings>& | Especifica los modos de aplanado. |
Ver también
- Typedef SharedPtr
- Class FlattenSettings
- Class PdfAnnotationEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfAnnotationEditor::FlatteningAnnotations(int32_t, int32_t, const System::ArrayPtr<Annotations::AnnotationType>&) method
Aplana las anotaciones de los tipos especificados.
void Aspose::Pdf::Facades::PdfAnnotationEditor::FlatteningAnnotations(int32_t start, int32_t end, const System::ArrayPtr<Annotations::AnnotationType> &annotType)
| Parámetro | Tipo | Descripción |
|---|---|---|
| inicio | int32_t | La página de inicio. |
| end | int32_t | Luego la página final. |
| annotType | const System::ArrayPtr<Annotations::AnnotationType>& | Los tipos de anotación deben aplanarse. |
Ver también
- Typedef ArrayPtr
- Enum AnnotationType
- Class PdfAnnotationEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++