Page.EnhMetaFileBits Property

Definition

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

public:
 property System::Object ^ EnhMetaFileBits { System::Object ^ get(); };
public object EnhMetaFileBits { get; }
member this.EnhMetaFileBits : obj
Public ReadOnly Property EnhMetaFileBits As Object

Property Value

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.

Applies to