ExifDataComponentsConfiguration Property |
Namespace: Aspose.Imaging.Exif
public byte[] ComponentsConfiguration { get; set; }
Public Property ComponentsConfiguration As Byte() Get Set
public: property array<unsigned char>^ ComponentsConfiguration { array<unsigned char>^ get (); void set (array<unsigned char>^ value); }
member ComponentsConfiguration : byte[] with get, set