Mode for image providers.

Namespace:  Greatis.PrintSuite.Providers
Assembly:  Greatis.PrintSuite.Providers.Images (in Greatis.PrintSuite.Providers.Images.dll)

Syntax

Visual Basic (Declaration)
Public Enumeration ImagePrintMode
C#
public enum ImagePrintMode
Visual C++
public enum class ImagePrintMode
JavaScript
Greatis.PrintSuite.Providers.ImagePrintMode = function();
Greatis.PrintSuite.Providers.ImagePrintMode.createEnum('Greatis.PrintSuite.Providers.ImagePrintMode', false);

Members

Member nameDescription
Fit
Fit image to ContentBounds, 100% of Scale is size of fitted image.
Image
Print image in its native size, 100% of Scale is the native size.
Pixel
Print image "pixel-to-pixel", 100% of Scale is the pixel-to-pixel size
Stretch
Stretch image to ContentBounds, Scale property is ignored.

See Also