Enum PreviewFormats

PreviewFormats enumeration

Document preview supported formats.

public enum PreviewFormats

Values

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