PreviewFormats Enumeration |
Document preview supported formats.
Namespace: GroupDocs.Annotation.OptionsAssembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 22.4.0.0 (22.4)
Syntaxpublic enum PreviewFormats
Public Enumeration PreviewFormats
public enum class PreviewFormats
Members
| Member name | Value | Description |
---|
| PNG | 0 |
Png (by default), can be take a lot of disc space / traffic if page contains a lot of color graphics
|
| JPEG | 1 |
Jpeg - faster processing, small disc space using / traffic, but can be worst quality
|
| BMP | 2 |
BMP - slow processing, high disc space usage / traffic, but best quality
|
See Also