Aspose::Pdf::Facades::PdfAnnotationEditor::FlatteningAnnotations method
Contents
[
Hide
]PdfAnnotationEditor::FlatteningAnnotations() method
Flattens all annotations in the document.
void Aspose::Pdf::Facades::PdfAnnotationEditor::FlatteningAnnotations()
See Also
- Class PdfAnnotationEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfAnnotationEditor::FlatteningAnnotations(const System::SharedPtr<Forms::Form::FlattenSettings>&) method
Flattens all annotations in the document.
void Aspose::Pdf::Facades::PdfAnnotationEditor::FlatteningAnnotations(const System::SharedPtr<Forms::Form::FlattenSettings> &flattenSettings)
| Parameter | Type | Description |
|---|---|---|
| flattenSettings | const System::SharedPtr<Forms::Form::FlattenSettings>& | Specifies modes of flattening. |
See Also
- 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
Flattens the annotations of the specified types.
void Aspose::Pdf::Facades::PdfAnnotationEditor::FlatteningAnnotations(int32_t start, int32_t end, const System::ArrayPtr<Annotations::AnnotationType> &annotType)
| Parameter | Type | Description |
|---|---|---|
| start | int32_t | The start page. |
| end | int32_t | Then end page. |
| annotType | const System::ArrayPtr<Annotations::AnnotationType>& | The annotation types should be flattened. |
See Also
- Typedef ArrayPtr
- Enum AnnotationType
- Class PdfAnnotationEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++