ImageGear .NET - Updated
PlanarConfiguration Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.TIFF Namespace > ImGearTIFFXMPMetadata Class : PlanarConfiguration Property
Gets or sets PlanarConfiguration property of the TIFF XMP schema.
Syntax
'Declaration
 
Public Property PlanarConfiguration As ImGearXMPEnum(Of ImGearTIFFPlanarConfig)
'Usage
 
Dim instance As ImGearTIFFXMPMetadata
Dim value As ImGearXMPEnum(Of ImGearTIFFPlanarConfig)
 
instance.PlanarConfiguration = value
 
value = instance.PlanarConfiguration
public ImGearXMPEnum<ImGearTIFFPlanarConfig> PlanarConfiguration {get; set;}
public: __property ImGearXMPEnum<ImGearTIFFPlanarConfig>* get_PlanarConfiguration();
public: __property void set_PlanarConfiguration( 
   ImGearXMPEnum<ImGearTIFFPlanarConfig>* value
);
public:
property ImGearXMPEnum<ImGearTIFFPlanarConfig>^ PlanarConfiguration {
   ImGearXMPEnum<ImGearTIFFPlanarConfig>^ get();
   void set (    ImGearXMPEnum<ImGearTIFFPlanarConfig>^ value);
}

Property Value

ImageGear.Formats.XMP.ImGearXMPEnum<T> generic class value with ImageGear.Formats.TIF.ImGearTIFFPlanarConfig type parameter.
Remarks
This XMP property represents TIFF tag 284 (0x11C) and specifies data layout.
See Also

Reference

ImGearTIFFXMPMetadata Class
ImGearTIFFXMPMetadata Members