ImageGear .NET v25.2 - Updated
ImageGear.Formats.SimplifiedMetadata Assembly / ImageGear.Formats.XMP.CameraRaw Namespace / ImGearCameraRawXMPMetadata Class / CropHeigth Property




In This Topic
    CropHeigth Property
    In This Topic
    This property has been deprecated. Gets or sets CropHeight property of the XMP Camera Raw schema.
    Syntax
    'Declaration
     
    Public Property CropHeigth As ImGearXMPReal
    'Usage
     
    Dim instance As ImGearCameraRawXMPMetadata
    Dim value As ImGearXMPReal
     
    instance.CropHeigth = value
     
    value = instance.CropHeigth
    public ImGearXMPReal CropHeigth {get; set;}
    public: __property ImGearXMPReal* get_CropHeigth();
    public: __property void set_CropHeigth( 
       ImGearXMPReal* value
    );
    public:
    property ImGearXMPReal^ CropHeigth {
       ImGearXMPReal^ get();
       void set (    ImGearXMPReal^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPReal class value.
    Remarks
    This XMP property specifies height of resulting cropped image in CropUnits units.
    This property has been deprecated and will be deleted in a future release. Use CropHeight property instead.
    See Also