Attachment.Relationship Property
Gets or sets the relationship between the document and the attachment file.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Core.v25.1.dll
NuGet Package: DevExpress.Docs.Core
Declaration
Property Value
Type | Description |
---|---|
AttachmentRelationship | An enumeration value that indicates the relationship between the document and the attachment file. |
Available values:
Name | Description |
---|---|
Alternative | The attached file specification has an alternative representation of the content (for example, an audio version of the text). |
Data | The attachment file contains data used in the PDF file (for example, a dataset for a chart). |
Source | The attached file has the original source material for the associated content. |
Supplement | The attached file contains additional (supplemental) information. |
Unspecified | The relationship is unknown or does not match any relationship above. |