public class LowCodeImageSaveOptions extends LowCodeSaveOptions
| Constructor and Description |
|---|
LowCodeImageSaveOptions() |
| Modifier and Type | Method and Description |
|---|---|
ImageOrPrintOptions |
getImageOptions()
The options for rendering images.
|
int |
getSaveFormat()
Gets the save format.
|
AbstractLowCodeSaveOptionsProvider |
getSaveOptionsProvider()
Provider of save options for saving generated images.
|
void |
setImageOptions(ImageOrPrintOptions value)
The options for rendering images.
|
void |
setSaveFormat(int value)
Sets the save format.
|
void |
setSaveOptionsProvider(AbstractLowCodeSaveOptionsProvider value)
Provider of save options for saving generated images.
|
getOutputFile, getOutputStream, setOutputFile, setOutputStreampublic int getSaveFormat()
See SaveFormat.
Remarks
IfgetImageOptions() has been specified, setting this property will also
change the ImageOrPrintOptions.getImageType() value of it.getSaveFormat in class LowCodeSaveOptionspublic void setSaveFormat(int value)
See SaveFormat.
Remarks
IfgetImageOptions() has been specified, setting this property will also
change the ImageOrPrintOptions.getImageType() value of it.setSaveFormat in class LowCodeSaveOptionspublic ImageOrPrintOptions getImageOptions()
Remarks
When oneImageOrPrintOptions instance is specified,
the SaveFormat will be overwritten(if it had been specified before).public void setImageOptions(ImageOrPrintOptions value)
Remarks
When oneImageOrPrintOptions instance is specified,
the SaveFormat will be overwritten(if it had been specified before).public AbstractLowCodeSaveOptionsProvider getSaveOptionsProvider()
Remarks
The output(LowCodeSaveOptions.getOutputFile() or LowCodeSaveOptions.getOutputStream())
specified by this instance will take no effect when this property is specified.
Instead the output of every generated image will be specified by the provider.public void setSaveOptionsProvider(AbstractLowCodeSaveOptionsProvider value)
Remarks
The output(LowCodeSaveOptions.getOutputFile() or LowCodeSaveOptions.getOutputStream())
specified by this instance will take no effect when this property is specified.
Instead the output of every generated image will be specified by the provider.See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.