Initializes a new instance of the Embedded
public EmbeddedFile(string fileName, Microsoft.Win32.SafeHandles.SafeFileHandle handle, string metaData);
public EmbeddedFile(string fileName, string data, string metaData);
public EmbeddedFile(string fileName, byte[] data, string metaData);
Parameter | Description |
---|---|
file |
Specifies the file's name. The name can include a relative or absolute path. |
handle | Identifies a file from which the data to embed is read. |
data | Specifies the file's data. The data can be a string or binary data. |
meta |
Specifies additional metadata with properties of the document which is embedded. The data is added to the metadata of the containing document. The string must consist of one or more rdf:Description elements as specified by the XMP Specification (XMP: Extensible Metadata Platform, Adobe Systems Incorporated) or the RDF Model and Syntax Specification (http://www.w3.org/ |