Attachment relationship type.

Namespace: Spire.Pdf.General
Assembly: 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

MemberValueDescription
Source0
If this document specification is the original source material for the associated content.
Data1
If this document specification represents the information used to generate a visual rendering.
Alternative2
If this document specification is an alternative representation of the content(such as audio).
Supplement3
If this document specification represents a supplemental representation of the original source or data that may be easier to process.
Unspecified4
When the relationship is unknown or cannot be described using one of the other values.

See Also