Aspose::Pdf::Facades::PdfAnnotationEditor::FlatteningAnnotations метод

PdfAnnotationEditor::FlatteningAnnotations() method

Преобразует все аннотации в документе в плоские.

void Aspose::Pdf::Facades::PdfAnnotationEditor::FlatteningAnnotations()

См. также

PdfAnnotationEditor::FlatteningAnnotations(const System::SharedPtr<Forms::Form::FlattenSettings>&) method

Преобразует все аннотации в документе в плоские.

void Aspose::Pdf::Facades::PdfAnnotationEditor::FlatteningAnnotations(const System::SharedPtr<Forms::Form::FlattenSettings> &flattenSettings)
ПараметрТипОписание
flattenSettingsconst System::SharedPtr<Forms::Form::FlattenSettings>&Указывает режимы уплощения.

См. также

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Начальная страница.
endint32_tЗатем конечная страница.
annotTypeconst System::ArrayPtr<Annotations::AnnotationType>&Типы аннотаций должны быть уплощены.

См. также