Range.EnhMetaFileBits Property

Returns a picture representation of how a selection or range 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 Range
Dim value As Object

value = instance.EnhMetaFileBits
Object EnhMetaFileBits { get; }

Property Value

Type: System.Object

Remarks

The EnhMetaFileBits property returns an array of bytes, which can be used with the Microsoft Windows 32 Application Programming Interface.

See Also

Reference

Range Interface

Range Members

Microsoft.Office.Interop.Word Namespace