Aspose::Pdf::ContentDisposition enum

ContentDisposition enum

MIME protocol Content-Disposition header.

enum class ContentDisposition

Values

NameValueDescription
Inline0Result is shown inline.
Attachment1Result is saved as attachment.

See Also