Font

Font class

Describes text appearance when a redaction area is sized to match expected content.

public sealed class Font

Constructors

Name Description
Font(string, float) Creates a regular-style font for text measurement in redaction options.
Font(string, float, FontStyle) Creates a font with the specified style for text measurement in redaction options.

Properties

Name Description
Name { get; } Font family name, such as Arial or Times New Roman.
Size { get; } Font size used to estimate the redaction region height and width.
Style { get; } Visual style flags applied to the expected text.

See Also