Class EmbeddedFile
Attachment entry embedding arbitrary binary data into the document.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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. |
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. |