ClassEmbeddedFile
Class
Attachment entry embedding arbitrary binary data into the document.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
cs-api-definition
public class EmbeddedFile : FixedDocumentElementBase, IFixedDocumentElement
Inheritance: objectFixedDocumentElementBaseEmbeddedFile
Implements:
Inherited Members
Properties
Data
Raw embedded file bytes.
Declaration
cs-api-definition
public byte[] Data { get; }
Property Value
byte[]
The file data as a byte array.
MimeType
Gets or sets the MIME type of the embedded file.
Declaration
cs-api-definition
public string MimeType { get; set; }
Property Value
The MIME type string (e.g., "application/xml", "text/xml", etc.). If not specified, the default value of "application/octet-stream" will be used.