Skip to main content
All docs
V26.1
  • AssociatedFileRelationship Enum

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

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public enum AssociatedFileRelationship

    Members

    Name Description
    Source

    The attached file has the original source material for the associated content.

    Data

    The attachment file contains data used in the PDF file (for example, a dataset for a chart).

    Alternative

    The attached file specification has an alternative representation of the content (for example, an audio version of the text).

    Supplement

    The attached file contains a supplement to the associated content (for example, a video that demonstrates the content).

    EncryptedPayload

    The attached file contains an encrypted version of the associated content.

    Unspecified

    The relationship is unknown or does not match any relationship above.

    Related API Members

    The following properties accept/return AssociatedFileRelationship values:

    See Also