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




In This Topic
    ResolutionUnit Property (ImGearTIFFXMPMetadata)
    In This Topic
    Gets or sets ResolutionUnit property of the TIFF XMP schema.
    Syntax
    'Declaration
     
    Public Property ResolutionUnit As ImGearXMPEnum(Of ImGearTIFFResolutionUnit)
    'Usage
     
    Dim instance As ImGearTIFFXMPMetadata
    Dim value As ImGearXMPEnum(Of ImGearTIFFResolutionUnit)
     
    instance.ResolutionUnit = value
     
    value = instance.ResolutionUnit
    public ImGearXMPEnum<ImGearTIFFResolutionUnit> ResolutionUnit {get; set;}
    public: __property ImGearXMPEnum<ImGearTIFFResolutionUnit>* get_ResolutionUnit();
    public: __property void set_ResolutionUnit( 
       ImGearXMPEnum<ImGearTIFFResolutionUnit>* value
    );
    public:
    property ImGearXMPEnum<ImGearTIFFResolutionUnit>^ ResolutionUnit {
       ImGearXMPEnum<ImGearTIFFResolutionUnit>^ get();
       void set (    ImGearXMPEnum<ImGearTIFFResolutionUnit>^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPEnum<T> generic class value with ImageGear.Formats.TIF.ImGearTIFFResolutionUnit type parameter.
    Remarks
    This XMP property represents TIFF tag 296 (0x128) and specifies the unit used for XResolution and YResolution.
    See Also