VintaSoft Imaging .NET SDK 12.5: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationViewJS type
Constructors SeeAlso
In This Topic
    WebAnnotationViewJS Class Members
    In This Topic
    The following tables list the members exposed by WebAnnotationViewJS.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the WebAnnotationViewJS class.
    Methods
     NameDescription
    Public MethodBegins the annotation initialization.
    Public MethodCreates a new annotation that is a copy of the current annotation.
    Public MethodCopies the state of the current annotation to the target annotation.
    Public MethodDeserializes annotation.
    Public MethodDraws an annotation on the canvas drawing context in the coordinate space of annotation.
    Public MethodEnds the annotation initialization.
    Public MethodGets a value indicating whether the annotation border is visible.
    Public MethodGets a value indicating whether the annotation can be mirrored.
    Public MethodGets a value indicating whether the annotation can be moved.
    Public MethodGets a value indicating whether the annotation can be resized.
    Public MethodGets a value indicating whether the annotation can be rotated.
    Public MethodGets annotation comment.
    Public MethodGets information about the user who created the annotation.
    Public MethodGets the creation time of annotation.
    Public MethodGets the background brush of annotation.
    Public MethodGets the GUID of annotation.
    Public MethodGets a value indicating whether the annotation is mirrored horizontally.
    Public MethodGets a value indicating whether the annotation is building.
    Public MethodGets a value indicating whether the annotation is visible.
    Public MethodGets the location, in device-independent units (1/96th inch per unit), of annotation in the image space.
    Public MethodGets information about the user who modified the annotation.
    Public MethodGets the last time this annotation was modified.
    Public MethodGets the name of annotation.
    Public MethodGets the style of the annotation's outline.
    Public MethodGets the template for the resize points of annotation.
    Public MethodGets the rotation angle, in degrees, of the annotation.
    Public MethodGets the rotation center point of annotation.
    Public MethodGets the rotation point of annotation.
    Public MethodGets the size, in device-independent units (1/96th inch per unit), of the annotation.
    Public MethodGets the tooltip associated with the annotation.
    Public MethodGets annotation type.
    Public MethodGets a value indicating whether the annotation is mirrored vertically.
    Public MethodSerializes annotation.
    Public MethodSets a value indicating whether the annotation border is visible.
    Public MethodSets a value indicating whether the annotation can be mirrored.
    Public MethodSets a value indicating whether the annotation can be moved.
    Public MethodSets a value indicating whether the size of the annotation can be changed.
    Public MethodSets a value indicating whether the annotation can be rotated.
    Public MethodSets annotation comment.
    Public MethodSets information about the user who created the annotation.
    Public MethodSets the creation time of annotation.
    Public MethodSets the background brush of annotation.
    Public MethodSets a value indicating whether the annotation is mirrored horizontally.
    Public MethodSets a value indicating whether the annotation is visible.
    Public MethodSets the location, in device-independent units (1/96th inch per unit), of annotation in the image space.
    Public MethodSets information about the user who modified the annotation.
    Public MethodSets the last time this annotation was modified.
    Public MethodSets the name of annotation.
    Public MethodSets the style of the annotation's outline.
    Public MethodSets the template for the resize points of annotation.
    Public MethodSets the rotation angle, in degrees, of annotation.
    Public MethodSets the rotation center point of annotation.
    Public MethodSets the rotation point of annotation.
    Public MethodSets the size, in device-independent units (1/96th inch per unit), of the annotation.
    Public MethodSets the tooltip associated with the annotation.
    Public MethodSets a value indicating whether the annotation is mirrored vertically.
    Public MethodReturns the string representation of this object.
    Events
     NameDescription
    Public EventOccurs when mouse event fires under annotation.
    Public EventOccurs when annotation property is changed.
    Public EventOccurs when annotation property is changing.
    See Also