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.8.0+c1110cafb37403de0188424e1c97e84e318ca892
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