Printing sizes
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 14.0.0.0
Syntax
| C# | Visual Basic | Visual C++ |
public enum PrintSize
Public Enumeration PrintSize
public enum class PrintSize
Members
| Member | Value | Description |
|---|---|---|
| Normal | 0 |
the size is determined by original image DPI (used for real size copy)
|
| FitToPage | 1 |
stretch the image to fit the page respecting the proportions
|
| FitToPageStretch | 2 |
stretch the image to fit the page
|
| SpecifiedSize | 3 |
specify absolute sizes with the SpecWidth and SpecHeight parameters
|