Click or drag to resize
Pdftools logo

AFRelationship Enumeration

The AFRelationship determines the relation of the embedded file to the PDF.

Namespace: PdfTools.PdfA.Conversion
Assembly: PdfTools (in PdfTools.dll) Version: 1.9.1+b77910aba6fa7f07fcfd9b66a6f8c5a618f049a3
Syntax
C#
public enum AFRelationship
Members
Member nameValueDescription
Source1 The file specification is the original source material for the associated content.
Data2 The file specification represents information used to derive a visual presentation – such as for a table or a graph.
Alternative3 The file specification is an alternative representation of content, for example audio
Supplement4 The file specification represents a supplemental representation of the original source or data that may be more easily consumable.
Unspecified5 The relationship is not known or cannot be described using one of the other values.
See Also