IsValid

IsValid(Stream)

Checks whether specified stream is a valid EOT font

public static bool IsValid(Stream eotBinaryContent)
Parameter Type Description
eotBinaryContent Stream Byte stream, that presumably contains a EOT resource

Return Value

True if specified stream contains valid EOT font, false otherwise

See Also


IsValid(string)

Checks whether specified base64-encoded string is a valid EOT font

public static bool IsValid(string eotContentInBase64)
Parameter Type Description
eotContentInBase64 String Content of the presumably EOT font in a form of base64-encoded string

Return Value

True if specified string contains valid EOT font, false otherwise

See Also