public class PostImageRotateFlipRequest extends Object
Modifier and Type | Field and Description |
---|---|
byte[] |
drawingData
Input drawing
|
String |
format
Output file format.
|
String |
method
Rotate and flip method.
|
String |
outPath
Path to updated file, if this is empty, response contains streamed image.
|
Constructor and Description |
---|
PostImageRotateFlipRequest(byte[] drawingData,
String format,
String method,
String outPath)
Initializes a new instance of the PostImageRotateFlipRequest class.
|
public byte[] drawingData
public String format
public String method
public String outPath
public PostImageRotateFlipRequest(byte[] drawingData, String format, String method, String outPath)
drawingData
- Input drawingformat
- 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.outPath
- Path to updated file, if this is empty, response contains streamed image.Copyright © 2019 Aspose Pty Ltd. All rights reserved.