Class EmbeddedFile
Attachment entry embedding arbitrary binary data into the document.
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class EmbeddedFile : FixedDocumentElementBase, IFixedDocumentElement, IContextClonable<EmbeddedFile>
Properties
Data
Raw embedded file bytes.
Declaration
public byte[] Data { get; }
Property Value
|
System.Byte[]
The file data as a byte array. |
MimeType
Gets or sets the MIME type of the embedded file.
Declaration
public string MimeType { get; set; }
Property Value
|
System.String
The MIME type string (e.g., "application/xml", "text/xml", etc.). If not specified, the default value of "application/octet-stream" will be used. |
Name
Gets or sets the attachment's display file name (including extension) shown in viewer UIs.
Declaration
public string Name { get; set; }
Property Value
|
System.String
The filename including extension that identifies the embedded file. |