public class CreateModifiedWmfRequest extends Object
Modifier and Type | Field and Description |
---|---|
String |
bkColor
Color of the background.
|
Integer |
borderX
Border width.
|
Integer |
borderY
Border height.
|
String |
format
Export format (PNG is the default one).
|
Boolean |
fromScratch
Specifies where additional parameters we do not support should be taken from.
|
byte[] |
imageData
Input image
|
String |
outPath
Path to updated file (if this is empty, response contains streamed image).
|
Integer |
pageHeight
Height of the page.
|
Integer |
pageWidth
Width of the page.
|
String |
storage
Your Aspose Cloud Storage name.
|
Constructor and Description |
---|
CreateModifiedWmfRequest(byte[] imageData,
String bkColor,
Integer pageWidth,
Integer pageHeight,
Integer borderX,
Integer borderY,
Boolean fromScratch,
String outPath,
String storage,
String format)
Initializes a new instance of the CreateModifiedWmfRequest class.
|
public byte[] imageData
public String bkColor
public Integer pageWidth
public Integer pageHeight
public Integer borderX
public Integer borderY
public Boolean fromScratch
public String outPath
public String storage
public String format
public CreateModifiedWmfRequest(byte[] imageData, String bkColor, Integer pageWidth, Integer pageHeight, Integer borderX, Integer borderY, Boolean fromScratch, String outPath, String storage, String format)
imageData
- Input imagebkColor
- Color of the background.pageWidth
- Width of the page.pageHeight
- Height of the page.borderX
- Border width.borderY
- Border height.fromScratch
- Specifies where additional parameters we do not support should be taken from. If this is true – they will be taken from default values for standard image, if it is false – they will be saved from current image. Default is false.outPath
- Path to updated file (if this is empty, response contains streamed image).storage
- Your Aspose Cloud Storage name.format
- Export format (PNG is the default one). Please, refer to the export table from https://docs.aspose.cloud/display/imagingcloud/Supported+File+Formats#SupportedFileFormats-CommonOperationsFormatSupportMap for possible use-cases.Copyright © 2021 Aspose Pty Ltd. All rights reserved.