VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / AnnotationTextProperties Class
Constructors Properties Methods Events SeeAlso
In This Topic
    AnnotationTextProperties Class Members
    In This Topic
    The following tables list the members exposed by AnnotationTextProperties.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets or sets the maximum font size when auto font size is enabled (AutoFontSize == True).
    Public PropertyGets or sets the minimum font size when auto font size is enabled (AutoFontSize == True).
    Public PropertyGets or sets a value indicating whether the annotation's font size depends on the annotation size.
    Public PropertyGets or sets a value indicating whether the annotation's size depends on the text size.
    Public PropertyGets or sets the Font of annotation.
    Public PropertyGets or sets the font brush of annotation.
    Public PropertyGets or sets a value indicating whether the annotation's font is transparent.
    Public PropertyGets or sets the text of annotation.
    Public PropertyGets or sets the alignment of text in the annotation.
    Public PropertyGets or sets the text padding within the annotation.
    Public Methods
     NameDescription
    Public MethodCreates a new object that is a copy of the current instance.
    Public MethodDisables change AutoSize.
    Public MethodPerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
    Public MethodPopulates a System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object.
    Protected Methods
     NameDescription
    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