Attachment relationship type.
Namespace: Spire.Pdf.GeneralAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum PdfAttachmentRelationship
Public Enumeration PdfAttachmentRelationship
public enum class PdfAttachmentRelationship
type PdfAttachmentRelationship
Members
| Member | Value | Description |
|---|---|---|
| Source | 0 |
If this document specification is the original source material
for the associated content.
|
| Data | 1 |
If this document specification represents the information used
to generate a visual rendering.
|
| Alternative | 2 |
If this document specification is an alternative representation
of the content(such as audio).
|
| Supplement | 3 |
If this document specification represents a supplemental representation
of the original source or data that may be easier to process.
|
| Unspecified | 4 |
When the relationship is unknown or cannot be described using one
of the other values.
|