OleWordProcessingOptionsImageData Property |
The data of the Ole object image.
Namespace: GroupDocs.Merger.Domain.OptionsAssembly: GroupDocs.Merger (in GroupDocs.Merger.dll) Version: 22.7.0.0
Syntaxpublic byte[] ImageData { get; }
Public ReadOnly Property ImageData As Byte()
Get
public:
virtual property array<unsigned char>^ ImageData {
array<unsigned char>^ get () sealed;
}
abstract ImageData : byte[] with get
override ImageData : byte[] with get
Property Value
Type:
ByteImplements
IOleWordProcessingOptionsImageData
See Also