FormattedTextAreaStyle Constructor

Initializes a new instance of the FormattedTextAreaStyle structure.

public FormattedTextAreaStyle(FontFamily fontFamily, float fontSize, bool preserveWhiteSpace)
Public Sub New (fontFamily As FontFamily, fontSize As Single, preserveWhiteSpace As Boolean)

Parameters

fontFamily
FontFamily

Font family of the style.

fontSize
Single

Font size of the style.

preserveWhiteSpace
Boolean

Preserve whitespace property of the style.

Licensing Info

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

See Also

FormattedTextAreaStyle
ceTe.DynamicPDF.PageElements

In this topic