public final class ImageQuality
extends com.aspose.ms.System.Enum
The quality of images in the output HTML contained by the PDF documents.
Modifier and Type | Field and Description |
---|---|
static int |
High
Best quality but slow performance.
|
static int |
Low
The acceptable quality and best performance.
|
static int |
Medium
Better quality and slower performance.
|
public static final int High
Best quality but slow performance.
public static final int Low
The acceptable quality and best performance.
public static final int Medium
Better quality and slower performance.
Copyright © 2020. All rights reserved.