Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfFileSpecification.Relationship Property

Gets the relationship between the document and the file.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.2.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