officefileapi-devexpress-dot-docs-dot-pdf-c9894ddf.md
Lists values that indicate the relationship type between document and attachment files.
Namespace : DevExpress.Docs.Pdf
Assembly : DevExpress.Docs.Core.v25.2.dll
NuGet Package : DevExpress.Docs.Core
public enum AttachmentRelationship
Public Enum AttachmentRelationship
| 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.
|
The following properties accept/return AttachmentRelationship values:
See Also