VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationPenJS type
Constructors SeeAlso
In This Topic
    WebAnnotationPenJS Class Members
    In This Topic
    The following tables list the members exposed by WebAnnotationPenJS.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the WebAnnotationPenJS class.
    Methods
     NameDescription
    Public MethodCreates a new annotation pen that is a copy of the current annotation pen.
    Public MethodCopies the state of the current annotation pen to the target annotation pen.
    Public MethodDetermines that this annotation pen is equals to the specified annotation pen.
    Public MethodGets the color of the pen.
    Public MethodGets the dash pattern.
    Public MethodGets the style for dashed lines.
    Public MethodGets the cap style used at the end of lines drawn with the pen.
    Public MethodGets the join style for the ends of two consecutive lines.
    Public MethodGets the number that specifies maximum miter length.
    Public MethodGets the cap style used at the beginning of lines drawn with the pen.
    Public MethodGets the width of the pen.
    Public MethodSets the color of the pen.
    Public MethodSets the dash pattern.
    Public MethodSets the style for dashed lines.
    Public MethodSets the cap style used at the end of lines drawn with the pen.
    Public MethodSets the join style for the ends of two consecutive lines.
    Public MethodSets the number that specifies maximum miter length.
    Public MethodSets the cap style used at the beginning of lines drawn with the pen.
    Public MethodSets the width of the pen.
    Events
     NameDescription
    Public EventOccurs when annotation pen property is changed.
    Public EventOccurs when annotation pen property is changing.
    See Also