public class ExportImageSaveOptions extends ImagesSaveOptions
Save options for exporting documents to image.
Constructor and Description |
---|
ExportImageSaveOptions()
Initializes a new instance of ExportAsImageSaveOptions class with default values.
|
ExportImageSaveOptions(int fileFormat)
Initializes a new instance of ExportAsImageSaveOptions class with specified file format.
|
Modifier and Type | Method and Description |
---|---|
Color |
getBorderColor()
Gets or sets the border color of image.
|
int |
getBorderDashStyle()
Gets or sets the Image border style.
|
int |
getBorderWeight()
Gets or sets the weight of the image border.
|
Integer |
getDocumentPageNumber()
Gets or sets document page number for export.
|
boolean |
getExportAllPages()
Flag to export each page.
|
int |
getPageColumns()
Gets or sets number of columns for exported images.
|
PagesSetup |
getPagesSetup()
Options to specify pages to be signed.
|
boolean |
getTiffMultipage()
Put document pages on different frames in Tiff image.
|
void |
setBorderColor(Color value)
Gets or sets the border color of image.
|
void |
setBorderDashStyle(int value)
Gets or sets the Image border style.
|
void |
setBorderWeight(int value)
Gets or sets the weight of the image border.
|
void |
setDocumentPageNumber(Integer value)
Gets or sets document page number for export.
|
void |
setExportAllPages(boolean value)
Flag to export each page.
|
void |
setPageColumns(int value)
Gets or sets number of columns for exported images.
|
void |
setPagesSetup(PagesSetup value)
Options to specify pages to be signed.
|
void |
setTiffMultipage(boolean value)
Put document pages on different frames in Tiff image.
|
String |
toString()
Override string conversion.
|
getFileFormat, setFileFormat
getOutputFileName, getOutputType, getOverwriteExistingFiles, getPassword, getUseOriginalPassword, setOutputFileName, setOutputType, setOverwriteExistingFiles, setPassword, setUseOriginalPassword
public ExportImageSaveOptions()
Initializes a new instance of ExportAsImageSaveOptions class with default values.
public ExportImageSaveOptions(int fileFormat)
Initializes a new instance of ExportAsImageSaveOptions class with specified file format.
public Color getBorderColor()
Gets or sets the border color of image. If this property is not null border will appear on image.
public int getBorderDashStyle()
Gets or sets the Image border style.
public int getBorderWeight()
Gets or sets the weight of the image border.
public Integer getDocumentPageNumber()
Gets or sets document page number for export. Minimal value is 1.
public boolean getExportAllPages()
Flag to export each page.
public int getPageColumns()
Gets or sets number of columns for exported images. Use this property if you need put images in a row.
public PagesSetup getPagesSetup()
Options to specify pages to be signed.
public boolean getTiffMultipage()
Put document pages on different frames in Tiff image.
public void setBorderColor(Color value)
Gets or sets the border color of image. If this property is not null border will appear on image.
public void setBorderDashStyle(int value)
Gets or sets the Image border style.
public void setBorderWeight(int value)
Gets or sets the weight of the image border.
public void setDocumentPageNumber(Integer value)
Gets or sets document page number for export. Minimal value is 1.
public void setExportAllPages(boolean value)
Flag to export each page.
public void setPageColumns(int value)
Gets or sets number of columns for exported images. Use this property if you need put images in a row.
public void setPagesSetup(PagesSetup value)
Options to specify pages to be signed.
public void setTiffMultipage(boolean value)
Put document pages on different frames in Tiff image.
public String toString()
Override string conversion.
toString
in class ImagesSaveOptions
Copyright © 2019. All rights reserved.