Skip to main content

PdfAttachment.Relationship Property

Specifies the relation between the document and the attachment file.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public PdfAttachmentRelationship Relationship { get; set; }

Property Value

Type Description
PdfAttachmentRelationship

A PdfAttachmentRelationship value, specifying the relation between the document and the attachment file.

The default is PdfAttachmentRelationship.Alternative.

Available values:

Name Description
Alternative

The attachment file data is an alternative representation of the PDF content.

Data

The attachment file contains data which is used for the visual representation in the PDF part.

Source

The attachment file contains the source data for the visual representation derived from the PDF part.

Supplement

The attachment file contains additional information.

Unspecified

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

See Also