WmfPlaceableFileHeader::Key Property

 

Gets or sets a value indicating the presence of a placeable metafile header.

Namespace:   System.Drawing.Imaging
Assembly:  System.Drawing (in System.Drawing.dll)

public:
property int Key {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

A value indicating presence of a placeable metafile header.

This field always has a value of 0x9AC6CDD7.

.NET Framework
Available since 1.1
Return to top
Show: