Click or drag to resize
MetaFileInfoMetaFileBinary Property
Gets or sets meta file binary data.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public virtual byte[] MetaFileBinary { get; set; }

Property Value

Type: Byte
Remarks
When meta file binary data is not set and InputStream is provided, the binary data is loaded from the stream.
See Also