Class PutDrawingPngRequest
- java.lang.Object
-
- com.aspose.cad.cloud.model.requests.PutDrawingPngRequest
-
public class PutDrawingPngRequest extends Object
Class that holds parameters for PutDrawingPng request invocation.
-
-
Field Summary
Fields Modifier and Type Field Description byte[]
drawingData
Input drawingString
exportOptions
JSON-serialized export options passed as zero-indexed multipart/form-data.String
outPath
Path to updated file (if this is empty, response contains streamed file).String
storage
Your Aspose Cloud Storage name.
-
Constructor Summary
Constructors Constructor Description PutDrawingPngRequest(byte[] drawingData, String outPath, String exportOptions, String storage)
Initializes a new instance of the PutDrawingPngRequest class.
-
-
-
Field Detail
-
drawingData
public byte[] drawingData
Input drawing
-
outPath
public String outPath
Path to updated file (if this is empty, response contains streamed file).
-
exportOptions
public String exportOptions
JSON-serialized export options passed as zero-indexed multipart/form-data. Follow #/definitions/PngOptionsDTO model definition.
-
storage
public String storage
Your Aspose Cloud Storage name.
-
-
Constructor Detail
-
PutDrawingPngRequest
public PutDrawingPngRequest(byte[] drawingData, String outPath, String exportOptions, String storage)
Initializes a new instance of the PutDrawingPngRequest class.- Parameters:
drawingData
- Input drawingoutPath
- Path to updated file (if this is empty, response contains streamed file).exportOptions
- JSON-serialized export options passed as zero-indexed multipart/form-data. Follow #/definitions/PngOptionsDTO model definition.storage
- Your Aspose Cloud Storage name.
-
-