Aspose::Pdf::Facades::PdfAnnotationEditor::FlatteningAnnotations метод
Содержание
[
Скрывать
]PdfAnnotationEditor::FlatteningAnnotations() method
Преобразует все аннотации в документе в плоские.
void Aspose::Pdf::Facades::PdfAnnotationEditor::FlatteningAnnotations()
См. также
- Class PdfAnnotationEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfAnnotationEditor::FlatteningAnnotations(const System::SharedPtr<Forms::Form::FlattenSettings>&) method
Преобразует все аннотации в документе в плоские.
void Aspose::Pdf::Facades::PdfAnnotationEditor::FlatteningAnnotations(const System::SharedPtr<Forms::Form::FlattenSettings> &flattenSettings)
| Параметр | Тип | Описание |
|---|---|---|
| flattenSettings | const System::SharedPtr<Forms::Form::FlattenSettings>& | Указывает режимы уплощения. |
См. также
- 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
Уплощает аннотации указанных типов.
void Aspose::Pdf::Facades::PdfAnnotationEditor::FlatteningAnnotations(int32_t start, int32_t end, const System::ArrayPtr<Annotations::AnnotationType> &annotType)
| Параметр | Тип | Описание |
|---|---|---|
| начало | int32_t | Начальная страница. |
| end | int32_t | Затем конечная страница. |
| annotType | const System::ArrayPtr<Annotations::AnnotationType>& | Типы аннотаций должны быть уплощены. |
См. также
- Typedef ArrayPtr
- Enum AnnotationType
- Class PdfAnnotationEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++