Skip to main content

PdfAttachment.Type Property

Specifies the data type of the attachment file.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

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