MultipartContent
MultipartContent()
Create a new instance of the MultipartContent class.
public MultipartContent()
See Also
- class MultipartContent
- namespace Aspose.Svg.Net
- assembly Aspose.SVG
MultipartContent(string)
Create a new instance of the MultipartContent class with subtype.
public MultipartContent(string subtype)
| Parameter | Type | Description |
|---|---|---|
| subtype | String | The subtype |
See Also
- class MultipartContent
- namespace Aspose.Svg.Net
- assembly Aspose.SVG
MultipartContent(string, string)
Create a new instance of the MultipartContent class with subtype and boundary.
public MultipartContent(string subtype, string boundary)
| Parameter | Type | Description |
|---|---|---|
| subtype | String | The subtype |
| boundary | String | The boundary |
Exceptions
| exception | condition |
|---|---|
| ArgumentException | The argument cannot be null or empty string. |
See Also
- class MultipartContent
- namespace Aspose.Svg.Net
- assembly Aspose.SVG