ImageGear .NET v25.2 - Updated
FocalPlaneXResolution Property (ImGearEXIFXMPMetadata)




ImageGear.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.EXIF Namespace > ImGearEXIFXMPMetadata Class : FocalPlaneXResolution Property
Gets or sets FocalPlaneXResolution property of the EXIF XMP schema.
Syntax
'Declaration
 
Public Property FocalPlaneXResolution As ImGearXMPRational
'Usage
 
Dim instance As ImGearEXIFXMPMetadata
Dim value As ImGearXMPRational
 
instance.FocalPlaneXResolution = value
 
value = instance.FocalPlaneXResolution
public ImGearXMPRational FocalPlaneXResolution {get; set;}
public: __property ImGearXMPRational* get_FocalPlaneXResolution();
public: __property void set_FocalPlaneXResolution( 
   ImGearXMPRational* value
);
public:
property ImGearXMPRational^ FocalPlaneXResolution {
   ImGearXMPRational^ get();
   void set (    ImGearXMPRational^ value);
}

Property Value

ImageGear.Formats.XMP.ImGearXMPRational class value.
Remarks
This XMP property represents EXIF tag 41486 (0xA20E) and specifies horizontal focal resolution, measured pixels per unit.
See Also

Reference

ImGearEXIFXMPMetadata Class
ImGearEXIFXMPMetadata Members

Is this page helpful?
Yes No
Thanks for your feedback.