Back to Devexpress

PdfAttachmentRelationship Enum

corelibraries-devexpress-dot-xtraprinting-c78f9c69.md

latest1.5 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public enum PdfAttachmentRelationship
vb
Public Enum PdfAttachmentRelationship

Members

NameDescription
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

DevExpress.XtraPrinting Namespace