1. GroupDocs.Annotation
  2. /
  3. GroupDocs.Annotation for .NET
  4. /
  5. GroupDocs.Annotation.Models
  6. /
  7. Enum ResolutionQuality

Enum ResolutionQuality

ResolutionQuality enumeration

Describes all supported resolutions. They are used for generating document previews

public enum ResolutionQuality : byte

Values

Name Value Description
None 0 Default quality
Low 1 Allows to create documents of small size with a low image quality
Medium 2 Allows to create documents of medium size with a good image quality
High 3 Allows to create documents of big size with a high image quality

See Also