PdfNoteAnnotation
Represents a Note Annotation from an imported PDF document.
public class PdfNoteAnnotation : PdfAnnotation
Public Class PdfNoteAnnotation
Inherits PdfAnnotation
Inheritance: ObjectPdfAnnotationPdfNoteAnnotation
Licensing Info
This class is a DynamicPDF Core Suite Essentials feature. One of the following is required for non-evaluation usage:
- Any active DynamicPDF Subscription (Essentials, Professional, Professional Plus or Ultimate).
- A DynamicPDF Core Suite for .NET v12.X Essentials license.
- It can also be used for free with a public link back to www.dynamicpdf.com and with the DynamicPDF Essentials message displaying on the bottom of each page.
Properties
| Author | Gets or sets the author of the note. |
| Contents | Gets the contents of the annotation. (Inherited from PdfAnnotation) |
| Hidden | Gets the hide status of the annotation. (Inherited from PdfAnnotation) |
| Invisible | Gets the visiblity status of the annotation. (Inherited from PdfAnnotation) |
| Locked | Gets the lock status of the annotation. (Inherited from PdfAnnotation) |
| LockedContents | Gets the lock status of the contents. (Inherited from PdfAnnotation) |
| ModifiedDate | Gets the modifiedDate of the annotation. (Inherited from PdfAnnotation) |
| NoRotate | Gets the zoom status of the annotation. (Inherited from PdfAnnotation) |
| NoView | Gets the view status of the annotation. (Inherited from PdfAnnotation) |
| NoZoom | Gets the zoom status of the annotation. (Inherited from PdfAnnotation) |
| Open | Gets the boolean for open or close state of note. |
| Printable | Gets the print status of the annotation. (Inherited from PdfAnnotation) |
| ReadOnly | Gets the ReadOnly status of the annotation. (Inherited from PdfAnnotation) |
| ToggleNoView | Gets the toggle view status of the annotation. (Inherited from PdfAnnotation) |
| Type | Specifies a note type. |
Methods
| Equals(Object) | Determines whether the specified Object is equal to the current Object . (Inherited from Object) |
| GetHashCode() | Serves as a hash function for a particular type. (Inherited from Object) |
| GetType() | Gets the Type of the current instance. (Inherited from Object) |
| ToString() | Returns a String that represents the current Object . (Inherited from Object) |