ImageGear v26.5 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.EXIF Namespace / ImGearEXIFXMPMetadata Class / FocalLengthIn35mmFilm Property




In This Topic
    FocalLengthIn35mmFilm Property (ImGearEXIFXMPMetadata)
    In This Topic
    Gets or sets FocalLengthIn35mmFilm property of the EXIF XMP schema.
    Syntax
    'Declaration
     
    Public Property FocalLengthIn35mmFilm As ImGearXMPInteger
    'Usage
     
    Dim instance As ImGearEXIFXMPMetadata
    Dim value As ImGearXMPInteger
     
    instance.FocalLengthIn35mmFilm = value
     
    value = instance.FocalLengthIn35mmFilm
    public ImGearXMPInteger FocalLengthIn35mmFilm {get; set;}
    public: __property ImGearXMPInteger* get_FocalLengthIn35mmFilm();
    public: __property void set_FocalLengthIn35mmFilm( 
       ImGearXMPInteger* value
    );
    public:
    property ImGearXMPInteger^ FocalLengthIn35mmFilm {
       ImGearXMPInteger^ get();
       void set (    ImGearXMPInteger^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPInteger class value.
    Remarks
    This XMP property represents EXIF tag 41989 (0xA405) and indicates the equivalent focal length assuming a 35mm film camera, in mm. A value of 0 means the focal length is unknown. Note that this tag differs from the FocalLength tag.
    See Also