Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+

PdfFileSpecification.Relationship Property

Gets the relationship between the document and the file.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Core.dll

Declaration

public PdfAssociatedFileRelationship Relationship { get; }

Property Value

Type Description
PdfAssociatedFileRelationship

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

See Also