ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.TIFF Namespace / ImGearTIFFXMPMetadata Class / YResolution Property




In This Topic
    YResolution Property (ImGearTIFFXMPMetadata)
    In This Topic
    Gets or sets YResolution property of the TIFF XMP schema.
    Syntax
    'Declaration
     
    Public Property YResolution As ImGearXMPRational
    'Usage
     
    Dim instance As ImGearTIFFXMPMetadata
    Dim value As ImGearXMPRational
     
    instance.YResolution = value
     
    value = instance.YResolution
    public ImGearXMPRational YResolution {get; set;}
    public: __property ImGearXMPRational* get_YResolution();
    public: __property void set_YResolution( 
       ImGearXMPRational* value
    );
    public:
    property ImGearXMPRational^ YResolution {
       ImGearXMPRational^ get();
       void set (    ImGearXMPRational^ value);
    }

    Property Value

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