Page.EnhMetaFileBits Property

Returns a Object that represents a picture representation of how a page of text appears. Read-only.

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 Page
Dim value As Object

value = instance.EnhMetaFileBits
Object EnhMetaFileBits { get; }

Property Value

Type: System.Object
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.

See Also

Reference

Page Interface

Page Members

Microsoft.Office.Interop.Word Namespace