ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.CameraRaw Namespace / ImGearCameraRawXMPMetadata Class / CropHeight Property




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

    Property Value

    ImageGear.Formats.XMP.ImGearXMPReal class value.
    Remarks
    This XMP property specifies height of the resulting cropped image in CropUnits units.
    See Also