PdfAssociatedFileRelationship Enum
Lists the values used to specify the type of relationship between the document and the attached file.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
[PdfDefaultField(PdfAssociatedFileRelationship.Source)]
public enum PdfAssociatedFileRelationship
#Members
Name | Description |
---|---|
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. |
Alternative
|
The attached file specification has an alternative representation of the content (e. |
Supplement
|
The attached file represents a supplemental representation of the original source or data. |
Encrypted
|
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. |
#Related API Members
The following properties accept/return PdfAssociatedFileRelationship values:
#Remarks
Values listed by this enumeration are returned by the PdfFileAttachment.Relationship property.