AttachmentOptions

AttachmentOptions

Overview

AttachmentOptions is a interface in Aspose.PDF FOSS for TypeScript.

Options shared by document-level attachments and FileAttachment annotations.

Properties: compress, creationDate, description, mimeType, modDate.

Properties

NameTypeAccessDescription
mimeType: stringReadMIME type written to the embedded stream’s /Subtype (e.g.
description: stringReadHuman-readable description written to the filespec’s /Desc.
compress: booleanReadCompress the bytes with FlateDecode on save.
creationDate: DateRead/Params /CreationDate.
modDate: DateRead/Params /ModDate.