Skip to main content
All docs
V25.1
  • AttachmentRelationship Enum

    Lists values that indicate the relationship type between document and attachment files.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Core.v25.1.dll

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public enum AttachmentRelationship

    Members

    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.

    Related API Members

    The following properties accept/return AttachmentRelationship values:

    See Also