JpegExifDataMake Property |
Gets or sets the manufacturer of the recording equipment.
Namespace:
Aspose.CAD.Exif
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic string Make { get; set; }
Public Property Make As String
Get
Set
public:
property String^ Make {
String^ get ();
void set (String^ value);
}
member Make : string with get, set
Property Value
Type:
String
The manufacturer of the recording equipment.
See Also