Specifies the image size in preview dialog.
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 14.0.0.0
Syntax
| C# | Visual Basic | Visual C++ |
public enum IOSize
Public Enumeration IOSize
public enum class IOSize
Members
| Member | Value | Description |
|---|---|---|
| Normal | 0 |
Normal (read image DPI)
|
| FitToPage | 1 |
Fit To Page
|
| StretchToPage | 2 |
Stretch To Page
|
| FillPage | 3 |
Fill page
|
| SpecifiedSize | 4 |
Specified size in Width and Height properties
|
| MultiplePages | 5 |
Multiple pages
|