ExifDataSubjectLocation Property |
Namespace: Aspose.Imaging.Exif
public ushort[] SubjectLocation { get; set; }
Public Property SubjectLocation As UShort() Get Set
public: property array<unsigned short>^ SubjectLocation { array<unsigned short>^ get (); void set (array<unsigned short>^ value); }
member SubjectLocation : uint16[] with get, set