Selection.EnhMetaFileBits Property

Returns an Object that represents a picture representation of how a selection of text appears.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property EnhMetaFileBits As Object
    Get
'Usage
Dim instance As Selection
Dim value As Object

value = instance.EnhMetaFileBits
Object EnhMetaFileBits { get; }

Property Value

Type: System.Object

Remarks

This property returns an array of bytes, which can be used with the Microsoft Windows 32 Application Programming Interface from within the development environment.

See Also

Reference

Selection Interface

Selection Members

Microsoft.Office.Interop.Word Namespace