XpsConverterToImageOptions.XpsConverterToImageOptions

XpsConverterToImageOptions()

Initializes new instance of the XpsConverterToImageOptions object with default options.

public XpsConverterToImageOptions()

See Also


XpsConverterToImageOptions(ImageFormat)

Initializes new instance of the XpsConverterToImageOptions object with image format.

public XpsConverterToImageOptions(ImageFormat imageFormat)
ParameterTypeDescription
imageFormatImageFormatA format of resulting image.

See Also


XpsConverterToImageOptions(Size)

Initializes new instance of the XpsConverterToImageOptions object with a size of the resulting image.

public XpsConverterToImageOptions(Size size)
ParameterTypeDescription
sizeSizeA size the resulting image.

See Also


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)
ParameterTypeDescription
imageFormatImageFormatA format of resulting image.
sizeSizeA size the resulting image.

See Also