Class EmbeddedFile
Represents a file that is embedded within the document as an attachment.
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
Gets the binary data content of the embedded file.
Declaration
public byte[] Data { get; }
  Property Value
| 
        System.Byte[]
         The file data as a byte array.  | 
    
Name
Gets or sets the display name of the embedded file as it appears in the document.
Declaration
public string Name { get; set; }
  Property Value
| 
        System.String
         The filename including extension that identifies the embedded file.  |