Click or drag to resize

TextExtractorStyleIsSerif Method

Checks if is serif.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public bool IsSerif()

Return Value

Type: Boolean
true if glyphs have serifs, which are short strokes drawn at an angle on the top and bottom of glyph stems.
Remarks
the return value corresponds to the state of 'serif' flag in the 'Font Descriptor'.
See Also