ImageGear .NET
PlanarConfiguration Property




Gets or sets PlanarConfiguration property of the TIFF XMP schema.
Syntax
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);
}
'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

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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback