PdfAttachment.Type Property
In This Article
Specifies the data type of the attachment file.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#Property Value
Type | Description |
---|---|
String | A String value, specifying the data type of the attachment file. |
#Remarks
The Type property is set to the MIME content type or the embedded PDF data type (e.g. XML type).
If the Type property was not previously explicitly specified, the Type property value is “application/octet-stream”.
See Also