ImageGear for .NET
CropUnits Property




Gets or sets CropUnits property of the XMP Camera Raw schema.
Syntax
'Declaration
 
Public Property CropUnits As ImGearXMPInteger
'Usage
 
Dim instance As ImGearCameraRawXMPMetadata
Dim value As ImGearXMPInteger
 
instance.CropUnits = value
 
value = instance.CropUnits
public ImGearXMPInteger CropUnits {get; set;}
public: __property ImGearXMPInteger* get_CropUnits();
public: __property void set_CropUnits( 
   ImGearXMPInteger* value
);
public:
property ImGearXMPInteger^ CropUnits {
   ImGearXMPInteger^ get();
   void set (    ImGearXMPInteger^ value);
}

Property Value

ImageGear.Formats.XMP.ImGearXMPInteger class value.
Remarks
This XMP property specifies units for CropWidth and CropHeight. One of: 0=pixels 1=inches 2=cm.
See Also

Reference

ImGearCameraRawXMPMetadata Class
ImGearCameraRawXMPMetadata Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback