ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.EXIF Namespace / ImGearEXIFXMPMetadata Class / FocalPlaneResolutionUnit Property




In This Topic
    FocalPlaneResolutionUnit Property (ImGearEXIFXMPMetadata)
    In This Topic
    Gets or sets FocalPlaneResolutionUnit property of the EXIF XMP schema.
    Syntax
    'Declaration
     
    Public Property FocalPlaneResolutionUnit As ImGearXMPEnum(Of ImGearTIFFResolutionUnit)
    'Usage
     
    Dim instance As ImGearEXIFXMPMetadata
    Dim value As ImGearXMPEnum(Of ImGearTIFFResolutionUnit)
     
    instance.FocalPlaneResolutionUnit = value
     
    value = instance.FocalPlaneResolutionUnit
    public ImGearXMPEnum<ImGearTIFFResolutionUnit> FocalPlaneResolutionUnit {get; set;}
    public: __property ImGearXMPEnum<ImGearTIFFResolutionUnit>* get_FocalPlaneResolutionUnit();
    public: __property void set_FocalPlaneResolutionUnit( 
       ImGearXMPEnum<ImGearTIFFResolutionUnit>* value
    );
    public:
    property ImGearXMPEnum<ImGearTIFFResolutionUnit>^ FocalPlaneResolutionUnit {
       ImGearXMPEnum<ImGearTIFFResolutionUnit>^ get();
       void set (    ImGearXMPEnum<ImGearTIFFResolutionUnit>^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPEnum<T> generic class value with ImageGear.Formats.TIF.ImGearTIFFResolutionUnit type parameter.
    Remarks
    This XMP property represents EXIF tag 41488 (0xA210) and specifies unit used for FocalPlaneXResolution and FocalPlaneYResolution.
    See Also