XpsConverterToImageOptions.XpsConverterToImageOptions
Contents
[
Hide
]XpsConverterToImageOptions()
Initializes new instance of the XpsConverterToImageOptions
object with default options.
public XpsConverterToImageOptions()
See Also
- class XpsConverterToImageOptions
- namespace Aspose.Page.Plugins
- assembly Aspose.Page
XpsConverterToImageOptions(ImageFormat)
Initializes new instance of the XpsConverterToImageOptions
object with image format.
public XpsConverterToImageOptions(ImageFormat imageFormat)
Parameter | Type | Description |
---|---|---|
imageFormat | ImageFormat | A format of resulting image. |
See Also
- enum ImageFormat
- class XpsConverterToImageOptions
- namespace Aspose.Page.Plugins
- assembly Aspose.Page
XpsConverterToImageOptions(Size)
Initializes new instance of the XpsConverterToImageOptions
object with a size of the resulting image.
public XpsConverterToImageOptions(Size size)
Parameter | Type | Description |
---|---|---|
size | Size | A size the resulting image. |
See Also
- class XpsConverterToImageOptions
- namespace Aspose.Page.Plugins
- assembly Aspose.Page
XpsConverterToImageOptions(ImageFormat, Size)
Initializes new instance of the XpsConverterToImageOptions
object with image format and a size of the resulting image.
public XpsConverterToImageOptions(ImageFormat imageFormat, Size size)
Parameter | Type | Description |
---|---|---|
imageFormat | ImageFormat | A format of resulting image. |
size | Size | A size the resulting image. |
See Also
- enum ImageFormat
- class XpsConverterToImageOptions
- namespace Aspose.Page.Plugins
- assembly Aspose.Page