Class PropertyItem
PropertyItem class
Encapsulates a metadata property to be included in an image file. Not inheritable.
public sealed class PropertyItem
Properties
| Name | Description |
|---|---|
| Id { get; set; } | Gets or sets the ID of the property. |
| Len { get; set; } | Gets or sets the length (in bytes) of the Value property. |
| Type { get; set; } | Gets or sets an integer that defines the type of data contained in the Value property. |
| Value { get; set; } | Gets or sets the value of the property item. |
See Also
- namespace System.Drawing.Imaging
- assembly Aspose.Drawing