JpegExifDataPlanarConfiguration Property |
Gets or sets the planar configuration.
Namespace:
Aspose.CAD.Exif
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic ushort PlanarConfiguration { get; set; }
Public Property PlanarConfiguration As UShort
Get
Set
public:
property unsigned short PlanarConfiguration {
unsigned short get ();
void set (unsigned short value);
}
member PlanarConfiguration : uint16 with get, set
Property Value
Type:
UInt16
The planar configuration.
See Also