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




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

    Property Value

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