public abstract class ImageSaveOptions extends SaveOptions implements IMultiPageSaveOptions
Basic class for XPS-as-image saving options.
Constructor and Description |
---|
ImageSaveOptions()
Creates new instance of options
|
Modifier and Type | Method and Description |
---|---|
InterpolationMode |
getInterpolationMode()
Gets the interpolation mode.
|
int[] |
getPageNumbers()
Gets the array of numbers of pages to render.
|
float |
getResolution()
Gets the image resolution.
|
SmoothingMode |
getSmoothingMode()
Gets the smoothing mode.
|
TextRenderingHint |
getTextRenderingHint()
Gets the text rendering hint.
|
void |
setInterpolationMode(InterpolationMode value)
Sets the interpolation mode.
|
void |
setPageNumbers(int[] value)
Sets the array of numbers of pages to render.
|
void |
setResolution(float value)
Sets the image resolution.
|
void |
setSmoothingMode(SmoothingMode value)
Sets the smoothing mode.
|
void |
setTextRenderingHint(TextRenderingHint value)
Sets the text rendering hint.
|
getAdditionalFontsFolders, getExceptions, getJpegQualityLevel, isDebug, isSupressErrors, setAdditionalFontsFolders, setDebug, setJpegQualityLevel, setSupressErrors
public int[] getPageNumbers()
Gets the array of numbers of pages to render.
getPageNumbers
in interface IMultiPageSaveOptions
public void setPageNumbers(int[] value)
Sets the array of numbers of pages to render.
setPageNumbers
in interface IMultiPageSaveOptions
value
- Numbers of pages.public float getResolution()
Gets the image resolution.
public void setResolution(float value)
Sets the image resolution.
value
- The image resolution.public SmoothingMode getSmoothingMode()
Gets the smoothing mode.
public void setSmoothingMode(SmoothingMode value)
Sets the smoothing mode.
value
- The smoothing mode.public TextRenderingHint getTextRenderingHint()
Gets the text rendering hint.
public void setTextRenderingHint(TextRenderingHint value)
Sets the text rendering hint.
value
- The text rendering hint.public InterpolationMode getInterpolationMode()
Gets the interpolation mode.
public void setInterpolationMode(InterpolationMode value)
Sets the interpolation mode.
value
- The interpolation mode.