get_readability_value method

get_readability_value(self, code_page_name)

Gets the readability value.

Returns

The readability value.


def get_readability_value(self, code_page_name):
    ...
Parameter Type Description
code_page_name System.String The using encoding code page name or null for ASCII encoding.

See Also