TextExtractorStyleIsSerif Method |
Checks if is serif.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Public Function IsSerif As Boolean
public:
virtual bool IsSerif() sealed
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