VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / AnnotationPen Class
Constructors Properties Methods Events SeeAlso
In This Topic
    AnnotationPen Class Members
    In This Topic
    The following tables list the members exposed by AnnotationPen.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the AnnotationPen class.
    Public Properties
     NameDescription
    Public PropertyGets or sets the alignment for the pen.
    Public PropertyGets or sets the brush that determines attributes of the pen.
    Public PropertyGets or sets the color of the pen.
    Public PropertyGets or sets the cap style used at the end of the dashes that make up dashed lines drawn with the pen.
    Public PropertyGets or sets the distance from the start of a line to the beginning of a dash pattern.
    Public PropertyGets or sets an array of custom dashes and spaces.
    Public PropertyGets or sets the style used for dashed lines drawn with the pen.
    Public PropertyGets or sets the cap style used at the end of lines drawn with the pen.
    Public PropertyGets or sets the join style for the ends of two consecutive lines drawn with the pen.
    Public PropertyGets or sets the limit of the thickness of the join on a mitered corner.
    Public PropertyGets or sets the cap style used at the beginning of lines drawn with the pen.
    Public PropertyGets or sets the width, in DIPs, of the pen.
    Public Methods
     NameDescription
    Public MethodCreates a new object that is a copy of the current AnnotationPen instance.
    Public MethodReleases all resources used by this AnnotationPen object.
    Public MethodPopulates a SerializationInfo with the data needed to serialize the target object.
    Protected Methods
     NameDescription
    Protected MethodAllows an annotation pen to attempt to free resources and perform other cleanup operations before the annotation pen is reclaimed by garbage collection.
    Protected MethodRaises the PropertyChanged event.
    Protected MethodRaises the PropertyChanging event.
    Public Events
     NameDescription
    Public EventOccurs when the property of annotation pen is changed.
    Public EventOccurs when the property of annotation pen is changing.
    See Also