Skip to main content
A newer version of this page is available. .

PdfAttachment.Type Property

Specifies the data type of the attachment file.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

public string Type { get; set; }

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