public final class LaunchActionOperation
extends com.aspose.ms.System.Enum
Enumerates the operations to perform with document during launch action executing.
Modifier and Type | Field and Description |
---|---|
static int |
Open
Open a document.
|
static int |
Print
Print a document.
|
static int |
Undefined
Undefined state.
|
public static final int Undefined
Undefined state.
public static final int Open
Open a document.
public static final int Print
Print a document.