corelibraries-devexpress-dot-xtraprinting-c78f9c69.md
Lists the values used to specify the type of relationship between the document and the attachment file.
Namespace : DevExpress.XtraPrinting
Assembly : DevExpress.Printing.v25.2.Core.dll
NuGet Package : DevExpress.Printing.Core
public enum PdfAttachmentRelationship
Public Enum PdfAttachmentRelationship
| 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.
|
The following properties accept/return PdfAttachmentRelationship values:
See Also