Click or drag to resize
Pdf Library for .NET

PdfAttachmentRelationship Enumeration

Specifies the relationship between an embedded associated file and the PDF content it is associated with. Used when embedding associated files in PDF/A-3 documents (the /AFRelationship entry).

Namespace: SelectPdf
Assembly: Select.Pdf (in Select.Pdf.dll) Version: 26.3
Syntax
public enum PdfAttachmentRelationship
Members
Member nameValueDescription
Source0 The embedded file is the original source material for the document content.
Data1 The embedded file represents information used to derive a visual presentation, such as the data of a table or a chart.
Alternative2 The embedded file is an alternative representation of the document content.
Supplement3 The embedded file represents a supplemental representation of the document content.
Unspecified4 The relationship is not known or cannot be described by the other values.
See Also