API Reference
Class
PdfDocumentAnnotations
Existing-document annotation creation, update, removal, and flattening operations.
Inheritance
- Object
- PdfDocumentAnnotations
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property PdfDocument.Annotations
Methods
public PdfAnnotationEditResult Add(PdfAnnotationCreateOptions options) #Returns:
PdfAnnotationEditResultAdds an annotation to an existing page.
Parameters
- options OfficeIMO.Pdf.PdfAnnotationCreateOptions
public PdfAnnotationEditResult Flatten(PdfAnnotationFlattenOptions options = null) #Returns:
PdfAnnotationEditResultFlattens selected supported visual annotations.
Parameters
- options OfficeIMO.Pdf.PdfAnnotationFlattenOptions = null
public PdfAnnotationEditResult Remove(PdfAnnotationRemovalOptions options = null) #Returns:
PdfAnnotationEditResultRemoves matching annotations.
Parameters
- options OfficeIMO.Pdf.PdfAnnotationRemovalOptions = null
public PdfAnnotationEditResult Update(Int32 objectNumber, PdfAnnotationUpdateOptions options) #Returns:
PdfAnnotationEditResultUpdates one indirect annotation.
Parameters
- objectNumber System.Int32
- options OfficeIMO.Pdf.PdfAnnotationUpdateOptions