Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 1.05 KB

Word.Selection.EnhMetaFileBits.md

File metadata and controls

48 lines (27 loc) · 1.05 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Selection.EnhMetaFileBits property (Word)
vbawd10.chm158662971
vbawd10.chm158662971
Word.Selection.EnhMetaFileBits
ecc28cc8-6c0f-3207-f52c-4a7b77c23445
06/08/2017
medium

Selection.EnhMetaFileBits property (Word)

Returns a Variant that represents a picture representation of how a selection or range of text appears.

Syntax

expression. EnhMetaFileBits

expression A variable that represents a Selection object.

Remarks

The EnhMetaFileBits property returns an array of bytes, which can be used with the Microsoft Windows 32 Application Programming Interface from within the Microsoft Visual Basic or Microsoft C++ development environment.

Example

The following example returns the EnhMetaFileBits property.

Dim bytSelection() As Byte 
 
bytSelection = Selection.EnhMetaFileBits

See also

Selection Object

[!includeSupport and feedback]