ImageGear .NET v25.2 - Updated
XResolution Property (ImGearTIFFXMPMetadata)




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

Property Value

ImageGear.Formats.XMP.ImGearXMPRational class value.
Remarks
This XMP property represents TIFF tag 282 (0x11A) and specifies horizontal resolution in pixels per unit.
See Also

Reference

ImGearTIFFXMPMetadata Class
ImGearTIFFXMPMetadata Members

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