[This is preliminary documentation and is subject to change.]

Image data arrangement

Namespace: Tools.MetadataT.ExifT
Assembly: Tools.Metadata (in Tools.Metadata.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
[CLSCompliantAttribute(false)]
public Nullable<IfdMain..::..PlanarConfigurationValues> PlanarConfiguration { get; set; }
Visual Basic
<CLSCompliantAttribute(False)> _
Public Property PlanarConfiguration As Nullable(Of IfdMain..::..PlanarConfigurationValues)
	Get
	Set
Visual C++
[CLSCompliantAttribute(false)]
public:
property Nullable<IfdMain..::..PlanarConfigurationValues> PlanarConfiguration {
	Nullable<IfdMain..::..PlanarConfigurationValues> get ();
	void set (Nullable<IfdMain..::..PlanarConfigurationValues> value);
}
F#
[<CLSCompliantAttribute(false)>]
member PlanarConfiguration : Nullable<IfdMain..::..PlanarConfigurationValues> with get, set
JScript
function get PlanarConfiguration () : Nullable<IfdMain..::..PlanarConfigurationValues>
function set PlanarConfiguration (value : Nullable<IfdMain..::..PlanarConfigurationValues>)

Exceptions

See Also

Collapse/expand Version History