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




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

    Property Value

    ImageGear.Formats.XMP.ImGearXMPEnum<T> generic class value with ImageGear.Formats.EXIF.ImGearEXIFSensingMethod type parameter.
    Remarks
    This XMP property represents EXIF tag 41495 (0xA217) and specifies image sensor type on input device.
    See Also