Back to Devexpress

PdfFileSpecification.Relationship Property

officefileapi-devexpress-dot-pdf-dot-pdffilespecification.md

latest2.0 KB
Original Source

PdfFileSpecification.Relationship Property

Gets the relationship between the document and the file.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfAssociatedFileRelationship Relationship { get; }
vb
Public ReadOnly Property Relationship As PdfAssociatedFileRelationship

Property Value

TypeDescription
PdfAssociatedFileRelationship

A PdfAssociatedFileRelationship enumeration value that specifies the relationship between the document and the file.

|

Available values:

NameDescription
Source

The attached file has the original source material for the associated content.

| | Data |

The attached file represents information used to derive a visual presentation (e.g. for a table or a graph).

| | Alternative |

The attached file specification has an alternative representation of the content (e.g., audio).

| | Supplement |

The attached file represents a supplemental representation of the original source or data.

| | EncryptedPayload |

The file specification is an encrypted payload document that should be displayed to the user if the PDF Document Processor has the cryptographic filter needed to decrypt the document.

| | Unspecified |

The relationship is unknown or does not match any relationship above.

|

See Also

PdfFileSpecification Class

PdfFileSpecification Members

DevExpress.Pdf Namespace