Skip to main content
A newer version of this page is available. .

PdfAttachmentRelationship Enum

Lists the values used to specify the type of relationship between the document and the attachment file.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v19.1.Core.dll

Declaration

public enum PdfAttachmentRelationship

Members

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.

Related API Members

The following properties accept/return PdfAttachmentRelationship values:

See Also