Attachment(String, Byte[]) Constructor
Initializes a new instance of the Attachment class with specified settings.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| fileName | String | The name of the attachment file. |
| data | Byte[] | The content of the attachment file. |
See Also