Click or drag to resize

FontIsValid Method

Checks if this font object is valid. Always make this check before using a font object.

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

Return Value

Type: Boolean
True if the font object is valid.
See Also