XpsDevice.ShowImage
XpsDevice.ShowImage method
Shows a raster image.
[Obsolete("This method has been deprecated starting from version 24.7 and will be hidden in version 24.10.")]
public override void ShowImage(PointF origin, SizeF size, byte[] imageData)
Parameter | Type | Description |
---|---|---|
origin | PointF | The bottom-left corner of the shown image. |
size | SizeF | The size of the shown image. |
imageData | Byte[] | The image data. |
See Also
- class XpsDevice
- namespace Aspose.TeX.Presentation.Xps
- assembly Aspose.TeX