public final class ContentDisposition
extends com.aspose.ms.System.Enum
MIME protocol Content-Disposition header.
Modifier and Type | Field and Description |
---|---|
static int |
Attachment
Result is saved as attachment.
|
static int |
Inline
Result is shown inline.
|
public static final int Inline
Result is shown inline.
public static final int Attachment
Result is saved as attachment.
Copyright © 2017 Aspose. All Rights Reserved.