Class EmbeddedFile
Represents an embedded file.
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 embedded file data.
Declaration
public byte[] Data { get; }
Property Value
System.Byte[]
|
Name
Gets or sets the embedded file stream name.
Declaration
public string Name { get; set; }
Property Value
System.String
|