ImageGear for .NET
FocalPlaneYResolution Property (ImGearEXIFXMPMetadata)




Gets or sets FocalPlaneYResolution property of the EXIF XMP schema.
Syntax
'Declaration
 
Public Property FocalPlaneYResolution As ImGearXMPRational
'Usage
 
Dim instance As ImGearEXIFXMPMetadata
Dim value As ImGearXMPRational
 
instance.FocalPlaneYResolution = value
 
value = instance.FocalPlaneYResolution
public ImGearXMPRational FocalPlaneYResolution {get; set;}
public: __property ImGearXMPRational* get_FocalPlaneYResolution();
public: __property void set_FocalPlaneYResolution( 
   ImGearXMPRational* value
);
public:
property ImGearXMPRational^ FocalPlaneYResolution {
   ImGearXMPRational^ get();
   void set (    ImGearXMPRational^ value);
}

Property Value

ImageGear.Formats.XMP.ImGearXMPRational class value.
Remarks
This XMP property represents EXIF tag 41487 (0xA20F) and specifies vertical focal resolution, measured in pixels per unit.
See Also

Reference

ImGearEXIFXMPMetadata Class
ImGearEXIFXMPMetadata Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback