Aspose::Pdf::Facades::PdfAnnotationEditor::FlatteningAnnotations metod

PdfAnnotationEditor::FlatteningAnnotations() method

Plattar till alla anteckningar i dokumentet.

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

Se även

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

Plattar till alla anteckningar i dokumentet.

void Aspose::Pdf::Facades::PdfAnnotationEditor::FlatteningAnnotations(const System::SharedPtr<Forms::Form::FlattenSettings> &flattenSettings)
ParameterTypBeskrivning
flattenSettingsconst System::SharedPtr<Forms::Form::FlattenSettings>&Anger lägen för plattning.

Se även

PdfAnnotationEditor::FlatteningAnnotations(int32_t, int32_t, const System::ArrayPtr<Annotations::AnnotationType>&) method

Plattar till anteckningarna av de angivna typerna.

void Aspose::Pdf::Facades::PdfAnnotationEditor::FlatteningAnnotations(int32_t start, int32_t end, const System::ArrayPtr<Annotations::AnnotationType> &annotType)
ParameterTypBeskrivning
startint32_tStartsida.
endint32_tSedan sluttsida.
annotTypeconst System::ArrayPtr<Annotations::AnnotationType>&Annoteringstyperna bör plattas till.

Se även