PdfAttachmentRelationship Enumeration
|
Attachment relationship type.
Namespace:
Spire.Pdf.General
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public enum PdfAttachmentRelationship
Public Enumeration PdfAttachmentRelationship
public enum class PdfAttachmentRelationship
type PdfAttachmentRelationship
Members
|
Member name
|
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.
|
See Also