Class PutDrawingWmfRequest
- java.lang.Object
-
- com.aspose.cad.cloud.model.requests.PutDrawingWmfRequest
-
public class PutDrawingWmfRequest extends Object
Class that holds parameters for PutDrawingWmf 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 PutDrawingWmfRequest(byte[] drawingData, String outPath, String exportOptions, String storage)
Initializes a new instance of the PutDrawingWmfRequest 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/WmfOptionsDTO model definition.
-
storage
public String storage
Your Aspose Cloud Storage name.
-
-
Constructor Detail
-
PutDrawingWmfRequest
public PutDrawingWmfRequest(byte[] drawingData, String outPath, String exportOptions, String storage)
Initializes a new instance of the PutDrawingWmfRequest 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/WmfOptionsDTO model definition.storage
- Your Aspose Cloud Storage name.
-
-