Click or drag to resize
ContentDisposition Enumeration
MIME protocol Content-Disposition header.

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public enum ContentDisposition
Members
  Member nameValueDescription
Inline0 Result is shown inline.
Attachment1 Result is saved as attachment.
See Also