Skip to main content

PropertyItem

Namespace: System.Drawing.Imaging

Assembly: System.Drawing.Managed (4.0.0.0)

Encapsulates a metadata property to be included in an image file.

public class PropertyItem

Properties​

Instance member Id​

Int32: Gets or sets the ID of the property.

Instance member Len​

Int32: Gets or sets the length of the property.

Instance member Type​

Int16: Gets or sets the type of the property.

Instance member Value​

Byte[]: Gets or sets the property value.