1. GroupDocs.Parser
  2. /
  3. GroupDocs.Parser for Python via .NET
  4. /
  5. groupdocs.parser.options
  6. /
  7. Features class
  8. /
  9. is_feature_supported method

is_feature_supported method

is_feature_supported

Returns the value that indicates whether the feature is supported.

Returns

true if the feature is supported; otherwise, false.

def is_feature_supported(self, feature_name):
    ...
Parameter Type Description
feature_name System.String The feature name.

See Also