Recipient Class
In This Article
Defines the recipient settings.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#Related API Members
The following members return Recipient objects:
#Remarks
The Recipient class is used to contain the recipient settings. The properties exposed by this class allow you to customize the recipient name (Recipient.ContactName), address (Recipient.Address), prefix (Recipient.Prefix) and field type (Recipient.FieldType).
See Also