Skip to main content
All docs
V26.1
  • FileSpecification.Relationship Property

    Gets or sets the relationship between the document and the file.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public AssociatedFileRelationship Relationship { get; set; }

    Property Value

    Type Description
    AssociatedFileRelationship

    The relationship between the document and the file.

    Available values:

    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.

    See Also