MultipartContent
MultipartContent()
Erstellen Sie eine neue Instanz vonMultipartContent
Klasse.
public MultipartContent()
Siehe auch
- class MultipartContent
- namensraum Aspose.Svg.Net
- Montage Aspose.SVG
MultipartContent(string)
Erstellen Sie eine neue Instanz vonMultipartContent
Klasse mit Untertyp.
public MultipartContent(string subtype)
Parameter | Typ | Beschreibung |
---|---|---|
subtype | String | Der Subtyp |
Siehe auch
- class MultipartContent
- namensraum Aspose.Svg.Net
- Montage Aspose.SVG
MultipartContent(string, string)
Erstellen Sie eine neue Instanz vonMultipartContent
Klasse mit Untertyp und Grenze.
public MultipartContent(string subtype, string boundary)
Parameter | Typ | Beschreibung |
---|---|---|
subtype | String | Der Subtyp |
boundary | String | Die Grenze |
Ausnahmen
Ausnahme | Bedingung |
---|---|
ArgumentException | Das Argument darf nicht null oder eine leere Zeichenfolge sein. |
Siehe auch
- class MultipartContent
- namensraum Aspose.Svg.Net
- Montage Aspose.SVG