PreviewFormats Enumeration |
Document preview supported formats.
Namespace: GroupDocs.Comparison.OptionsAssembly: GroupDocs.Comparison (in GroupDocs.Comparison.dll) Version: 22.6.0.0 (22.6)
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