Pdf |
The PdfAnnotation type exposes the following members.
Name | Description | |
---|---|---|
![]() | AnnotationType | Gets the type of the annotation. |
![]() | Appearance | Gets the appearance settings for this PdfAnnotation. |
![]() | AssociatedFiles | (Optional; PDF 2.0) An array of one or more PdfFileSpecifications which denote the associated files for this PdfAnnotation. |
![]() | Bounds | (Required) The annotation bounds, defining the location and the size of the annotation on the page in default user space units. |
![]() | Locked | (PDF 1.4) If set, do not allow the annotation to be deleted or its properties (including position and size) to be modified by the user. However, this flag does not restrict changes to the annotation's contents, such as the value of a form field. |
![]() | Page | Gets the page with which this annotation is associated. |
Name | Description | |
---|---|---|
![]() | SetBounds(Double, Double) | Sets the size of the Bounds. |
![]() | SetBounds(Double, Double, Double, Double) | Sets the Bounds. |
Name | Description | |
---|---|---|
![]() | GetArray |
Gets the PdfArray that serves as a backing storage of the specified PdfObject or if no PdfArray serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions) |
![]() | GetDictionary |
Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions) |
![]() | GetOrAddDictionary |
Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions) |