PropertyItem

System.Drawing.Imaging.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

Id

Int32: Gets or sets the the ID of the property.

Len

Int32: Gets or sets the the length of the property.

Type

Int16: Gets or sets the type of the property.

Value

Byte[]: Gets or sets the property value.

Last updated

Was this helpful?