DefaultAppearance

DefaultAppearance class

Describes default appearance of field (font, text size and color).

The DefaultAppearance type exposes the following members:

Constructors

NameDescription
DefaultAppearance()Constructor of DefaultAppearance.
DefaultAppearance(font_name, font_size, text_color)Initializes a new instance of the DefaultAppearance class
DefaultAppearance(font, font_size, text_color)Initializes a new instance of the DefaultAppearance class

Properties

NameDescription
font_sizeGets font size in default apperance.
text_colorGets or sets the color of text in the default appearance.
font_nameGets font name in the default appearance.
font_resource_nameGets font name in the default appearance.
fontGets font specified as default for text.
textGets the list of pdf operators which represent appearence.

See Also