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:

Properties

AuthorGets or sets the author of the note.
ContentsGets the contents of the annotation.
(Inherited from PdfAnnotation)
HiddenGets the hide status of the annotation.
(Inherited from PdfAnnotation)
InvisibleGets the visiblity status of the annotation.
(Inherited from PdfAnnotation)
LockedGets the lock status of the annotation.
(Inherited from PdfAnnotation)
LockedContentsGets the lock status of the contents.
(Inherited from PdfAnnotation)
ModifiedDateGets the modifiedDate of the annotation.
(Inherited from PdfAnnotation)
NameGets the name of the annotation.
(Inherited from PdfAnnotation)
NoRotateGets the zoom status of the annotation.
(Inherited from PdfAnnotation)
NoViewGets the view status of the annotation.
(Inherited from PdfAnnotation)
NoZoomGets the zoom status of the annotation.
(Inherited from PdfAnnotation)
OpenGets the boolean for open or close state of note.
PrintableGets the print status of the annotation.
(Inherited from PdfAnnotation)
ReadOnlyGets the ReadOnly status of the annotation.
(Inherited from PdfAnnotation)
ToggleNoViewGets the toggle view status of the annotation.
(Inherited from PdfAnnotation)
TypeSpecifies 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)

See Also

ceTe.DynamicPDF.Merger

In this topic