public class GetImageRotateFlipRequest extends Object
Modifier and Type | Field and Description |
---|---|
String |
folder
Original drawing folder.
|
String |
format
Output file format.
|
String |
method
Rotate and flip method.
|
String |
name
Filename of image.
|
String |
outPath
Path to updated file, if this is empty, response contains streamed image.
|
String |
storage
File storage, which has to be used.
|
public String name
public String format
public String method
public String folder
public String storage
public String outPath
public GetImageRotateFlipRequest(String name, String format, String method, String folder, String storage, String outPath)
name
- Filename of image.format
- Output file format. Valid formats: BMP, PNG, JPG, JPEG, JPEG2000, TIF, TIFF, PSD, GIF, PDF, WMF.method
- Rotate and flip method. Valid methods: Rotate180FlipNone, Rotate180FlipX, Rotate180FlipXY, Rotate180FlipY, Rotate270FlipNone, Rotate270FlipX, Rotate270FlipXY, Rotate270FlipY, Rotate90FlipNone, Rotate90FlipX, Rotate90FlipXY, Rotate90FlipY, RotateNoneFlipNone, RotateNoneFlipX, RotateNoneFlipXY, RotateNoneFlipY.folder
- Original drawing folder.storage
- File storage, which has to be used.outPath
- Path to updated file, if this is empty, response contains streamed image.Copyright © 2019 Aspose Pty Ltd. All rights reserved.