The MDM_MAKERNOTE type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | MDM_MAKERNOTE |
Initializes a new instance of this class.
|
Methods
Name | Description | |
---|---|---|
![]() | AddTag | Overloaded. |
![]() | DestoryModel |
Destroys the metadata model
which will remove all tags of this model from the bitmap.
(Inherited from MetadataModel.) |
![]() | GetEnumerator |
Retrieves an object that can iterate through the individual MetadataTags in this MetadataModel.
(Inherited from MetadataModel.) |
![]() | GetTag |
Returns the specified metadata tag.
(Inherited from MetadataModel.) |
![]() | GetTagArray<(Of <(T>)>) |
Returns an array containing the data of the specified tag.
(Inherited from MetadataModel.) |
![]() | GetTagFromIndex |
Returns the tag at the given index.
(Inherited from MetadataModel.) |
![]() | GetTagText |
Returns the string contained by the specified tag.
(Inherited from MetadataModel.) |
![]() | GetTagValue<(Of <(T>)>) |
Returns the value of the specified tag.
(Inherited from MetadataModel.) |
![]() | GetUInt32Array |
Returns an array containg the data of the specified tag
as unsigned 32bit integer.
(Inherited from MetadataModel.) |
![]() | GetUInt32Value |
Returns the value of the tag as unsigned 32bit integer.
(Inherited from MetadataModel.) |
![]() | RegexSearch |
Searches for a pattern in each metadata tag and returns the result as a list.
(Inherited from MetadataModel.) |
![]() | RemoveTag |
Removes the specified tag from the bitmap.
(Inherited from MetadataModel.) |
![]() | SetTagValue | Overloaded. |
![]() | SetTagValueUndefined |
Sets the value of the specified tag as undefined.
(Inherited from MetadataModel.) |
![]() | TagExists |
Returns whether the specified tag exists.
(Inherited from MetadataModel.) |
![]() | ToString |
Converts the model of the MetadataModel object to its equivalent string representation.
(Inherited from MetadataModel.) |
Fields
Name | Description | |
---|---|---|
![]() | dib |
Handle to the encapsulated FreeImage-bitmap.
(Inherited from MetadataModel.) |
Properties
Name | Description | |
---|---|---|
![]() | Count |
Returns the number of metadata tags this instance represents.
(Inherited from MetadataModel.) |
![]() | Exists |
Returns whether this model exists in the bitmaps metadata structure.
(Inherited from MetadataModel.) |
![]() | Item |
Returns the metadata tag at the given index. This operation is slow when accessing all tags.
(Inherited from MetadataModel.) |
![]() | List |
Returns a list of all metadata tags this instance represents.
(Inherited from MetadataModel.) |
![]() | Model |
Retrieves the datamodel that this instance represents.
(Overrides MetadataModel..::.Model.) |