A newer version of this page is available.
Switch to the current version.
PdfAttachment.Relationship Property
Specifies the relation between the document and the attachment file.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
public PdfAttachmentRelationship Relationship { get; set; }
Public Property Relationship As PdfAttachmentRelationship
Property Value
Type | Description |
---|---|
PdfAttachmentRelationship | A PdfAttachmentRelationship value, specifying the relation between the document and the attachment file. The default is PdfAttachmentRelationship.Alternative. |
See Also
Feedback