File formats parameters pages
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public enum IOPages
Public Enumeration IOPages
public enum class IOPages
Members
Member | Value | Description |
---|---|---|
All | 1 |
Show all pages
|
Auto | 2 |
Show the page specified in Params.FileType property
|
JPEG | 4 |
show JPEG parameters
|
TIFF | 8 |
show TIFF paramaters
|
GIF | 16 |
show GIF, non-animated paramters
|
BMP | 32 |
show BMP parameters
|
PCX | 64 |
show PCX parameters
|
PNG | 128 |
show PNG parameters
|
TGA | 256 |
show TGA parameters
|
J2000 | 512 |
show JPeg2000 parameters
|