Back to Devexpress

AttachmentRelationship Enum

officefileapi-devexpress-dot-docs-dot-pdf-c9894ddf.md

latest1.4 KB
Original Source

AttachmentRelationship Enum

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

Declaration

csharp
public enum AttachmentRelationship
vb
Public Enum AttachmentRelationship

Members

NameDescription
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

DevExpress.Docs.Pdf Namespace