AssociatedFileRelationship Enumeration

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This enum represents the list of allowed associated file relationships where each item represents the relationship between the component of this PDF document that refers to this file specification and the associated file denoted by this file specification.

Namespace:  Apitron.PDF.Kit.FixedLayout
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public enum AssociatedFileRelationship
Members

  Member nameValueDescription
Unspecified0 Shall be used when the relationship is not known or cannot be described using one of the other values.
Source1 Shall be used if this file specification is the original source material for the associated content.
Data2 Shall be used if this file specification represents information used to derive a visual presentation – such as for a table or a graph.
Alternative3 Shall be used if this file specification is an alternative representation of content, for example audio.
Supplement4 Shall be used if this file specification represents a supplemental representation of the original source or data that may be more easily consumable (e.g., A MathML version of an equation).
EncryptedPayload5 Shall be used if this file specification is an encrypted payload document that should be displayed to the user if the PDF processor has the cryptographic filter needed to decrypt the document.
FormData6 Shall be used if this file specification is the data associated with the AcroForm (see 12.7.3, "Interactive form dictionary") of this PDF.
Schema7 Shall be used if this file specification is a schema definition for the associated object (e.g. an XML schema associated with a metadata stream).
See Also

Reference