XpsDocument.CreateImage
CreateImage(string)
Creëert een nieuwe afbeeldingsbron uit een afbeeldingsbestand dat zich bevindt op deimagePath .
public XpsImage CreateImage(string imagePath)
Parameter | Type | Beschrijving |
---|---|---|
imagePath | String | Het pad naar de afbeelding die als bron moet worden gebruikt. |
Winstwaarde
Nieuwe afbeeldingsbron.
Zie ook
- class XpsImage
- class XpsDocument
- naamruimte Aspose.Page.XPS
- montage Aspose.Page
CreateImage(Stream)
Maakt een nieuwe afbeeldingsbron vanstream .
public XpsImage CreateImage(Stream stream)
Parameter | Type | Beschrijving |
---|---|---|
stream | Stream | De stream die de afbeelding bevat die als bron moet worden gebruikt. |
Winstwaarde
Nieuwe afbeeldingsbron.
Zie ook
- class XpsImage
- class XpsDocument
- naamruimte Aspose.Page.XPS
- montage Aspose.Page