VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Pdf.JavaScriptApi Namespace / PdfJsAnnotation Class
Constructors Properties Methods SeeAlso
In This Topic
    PdfJsAnnotation Class Members
    In This Topic
    The following tables list the members exposed by PdfJsAnnotation.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the PdfJsAnnotation class.
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether the redrawing of a annotation's appearance must be delayed.
    Public PropertyGets or sets the value defines whether the annotation is hidden or visible on screen and in print.
    Public PropertyGets the PdfJsDoc of the document to which the annotation belongs.
    Public PropertyGets or sets a value indicating whether the annotation is not shown and there is no user interaction, display, or printing of the annotation.
    Public PropertyGets the name of an annotation.
    Public PropertyGets or sets a value indicating whether the annotation is visible when the user prints the document.
    Public PropertyGets or sets an array consists of four numbers specifying the lower-left x, lower-left y, upper-right x, and upper-right y coordinates, in default user space, of the rectangle defining the location of the annotation on the page.
    Public PropertyGets the source PdfAnnotation object.
    Public PropertyGets the type of an annotation.
    Public Methods
     NameDescription
    Public MethodReturns a System.String that represents this instance.
    Protected Methods
     NameDescription
    Protected MethodCalled when annotation appearance is changed.
    See Also