public final class OutputType
extends com.aspose.ms.System.Enum
Supported output types for signed documents.
Modifier and Type | Field and Description |
---|---|
static int |
Stream
The output will be stream or list of streams.
|
static int |
String
The output will be file path as string.
|
public static final int Stream
The output will be stream or list of streams.
public static final int String
The output will be file path as string.
Copyright © 2018. All rights reserved.