ImageDevice.ImageDevice

ImageDevice()

Initializes new instance of ImageDevice.

public ImageDevice()

See Also


ImageDevice(Size)

Initializes new instance of ImageDevice with specified size of a page.

public ImageDevice(Size size)
ParameterTypeDescription
sizeSizePage size.

See Also


ImageDevice(ImageFormat)

Initializes new instance of ImageDevice with specified image format.

public ImageDevice(ImageFormat imageFormat)
ParameterTypeDescription
imageFormatImageFormatFormat of the image.

See Also


ImageDevice(Size, ImageFormat)

Initializes new instance of ImageDevice with specified size of a page and image format.

public ImageDevice(Size size, ImageFormat imageFormat)
ParameterTypeDescription
sizeSizePage size.
imageFormatImageFormatFormat of the image.

See Also