ImageGear .NET
Unit Property (ImGearXMPDimensions)




Gets or sets units.
Syntax
'Declaration
 
Public Property Unit As ImGearXMPString
'Usage
 
Dim instance As ImGearXMPDimensions
Dim value As ImGearXMPString
 
instance.Unit = value
 
value = instance.Unit
public ImGearXMPString Unit {get; set;}
public: __property ImGearXMPString* get_Unit();
public: __property void set_Unit( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ Unit {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}

Property Value

ImGearXMPString class value.
Remarks
For example: inch, mm, pixel, pica, point.
See Also

Reference

ImGearXMPDimensions Class
ImGearXMPDimensions Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback