The PropertyItem.Id property in the .NET Framework 1.0 can be identified by the C++ property tag constants (810111)



The information in this article applies to:

  • Microsoft Common Language Runtime (included with the .NET Framework) 1.0

INTRODUCTION

When you use the PropertyItem class to encapsulate a metadata property to be included in an image file, the PropertyItem.Id property is of type integer in the Microsoft .NET Framework 1.0. To correctly identify what each property value means, you can refer to the C++ property tag constants.

MORE INFORMATION

The PropertyItem.Id property is identified by a numeric constant referred to as a property tag. These constants are defined in unmanaged C++. To correctly identify the meaning of a PropertyItem.Id property in your managed code, you can refer to the Graphics Device Interface Plus (GDI+) property tag constants. For a complete list of the property tag constants, visit the following MSDN Web site:

Modification Type:MajorLast Reviewed:1/11/2005
Keywords:kbGDIPlus kbtshoot kbinfo KB810111 kbAudDeveloper