Table of Contents

Class MakerNote

Namespace
Aspose.Imaging.Exif
Assembly
Aspose.Imaging.dll

Represents a single Maker Note record.

public class MakerNote
Inheritance
MakerNote
Inherited Members

Properties

Name

Gets the setting name.

public string Name { get; }

Property Value

string

The setting name.

Value

Gets the setting value.

public string Value { get; }

Property Value

string

The setting value.

Methods

ToString()

Converts the instance to string.

public override string ToString()

Returns

string

A string that represents this instance.