Aspose::Pdf::Facades::PdfAnnotationEditor::FlatteningAnnotations metod
Innehåll
[
Dölj
]PdfAnnotationEditor::FlatteningAnnotations() method
Plattar till alla anteckningar i dokumentet.
void Aspose::Pdf::Facades::PdfAnnotationEditor::FlatteningAnnotations()
Se även
- Class PdfAnnotationEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
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)
| Parameter | Typ | Beskrivning |
|---|---|---|
| flattenSettings | const System::SharedPtr<Forms::Form::FlattenSettings>& | Anger lägen för plattning. |
Se även
- 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
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)
| Parameter | Typ | Beskrivning |
|---|---|---|
| start | int32_t | Startsida. |
| end | int32_t | Sedan sluttsida. |
| annotType | const System::ArrayPtr<Annotations::AnnotationType>& | Annoteringstyperna bör plattas till. |
Se även
- Typedef ArrayPtr
- Enum AnnotationType
- Class PdfAnnotationEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++