FormattedTextAreaStyle.FontStyle Structure

Represents the style of a font.

public struct FormattedTextAreaStyle.FontStyle : ValueType
Public Structure FormattedTextAreaStyle.FontStyle
    Inherits ValueType

Inheritance: ObjectValueTypeFontStyle

Licensing Info

This struct is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Methods

Equals(Object)Tests equality of font styles.
GetHashCode()Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType()Gets the Type of the current instance.
(Inherited from Object)
ToString()Returns the fully qualified type name of this instance.
(Inherited from ValueType)

Fields

FormattedTextAreaStyle.FontStyle.ColorRepresents the font color.
FormattedTextAreaStyle.FontStyle.FaceRepresents the font face.
FormattedTextAreaStyle.FontStyle.SizeRepresents the font size.

See Also

ceTe.DynamicPDF.PageElements

In this topic