DocumentOptionsAttachments Property

Gets the collection of the attachments that will be added to the displayed document. Downloading as PDF will also include the same attachments.

Note that changes in this property change CachePdfKey and in effect CacheXpzKey.

Definition

Namespace: GleamTech.DocumentUltimate.AspNet.UI
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 6.9.8
C#
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public Collection<Attachment> Attachments { get; set; }

Property Value

CollectionAttachment

See Also