PropertyItem
Namespace: System.Drawing.Imaging
Assembly: System.Drawing.Managed (4.0.0.0)
Encapsulates a metadata property to be included in an image file.
- C#
- VB.NET
public class PropertyItem
Public Class PropertyItem
Properties
Id
Int32: Gets or sets the ID of the property.
Len
Int32: Gets or sets the length of the property.
Type
Int16: Gets or sets the type of the property.
Value
Byte[]: Gets or sets the property value.