VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / AnnotationFont Class
Constructors Properties Methods SeeAlso
In This Topic
    AnnotationFont Class Members
    In This Topic
    The following tables list the members exposed by AnnotationFont.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether the AnnotationFont is bold.
    Public PropertyGets or sets an integer value that specifies the character set that the AnnotationFont uses.
    Public PropertyGets or sets the family name of the AnnotationFont.
    Public PropertyGets or sets a value indicating whether the AnnotationFont is italic.
    Public PropertyGets or sets the em-size of the AnnotationFont measured in the units specified by the Unit property.
    Public PropertyGets or sets a value indicating whether the AnnotationFont specifies a horizontal line through the font.
    Public PropertyGets or sets a value indicating whether the AnnotationFont is underlined.
    Public PropertyGets or sets the unit of measure for the AnnotationFont.
    Public Methods
     NameDescription
    Public MethodCreates a new object that is a copy of the current AnnotationFont instance.
    Public MethodIndicates whether the specified object is a AnnotationFont and has the same FamilyName, CharSet, Bold, Italic, Strikeout, Underline Size, and Unit property values as this AnnotationFont.
    Public MethodReturns the hash code for this AnnotationFont.
    Public MethodPopulates a SerializationInfo with the data needed to serialize the target object.
    See Also