ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.TIFF Namespace / ImGearTIFFXMPMetadata Class / PlanarConfiguration Property




In This Topic
    PlanarConfiguration Property
    In This Topic
    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