EMU
English measure unit. 1 mm = 36000 EMUs, 1 inch = 914400 EMUs.
Type
number
Example
This exampe sets the size of the drawing to be created as 100 mm (10 cm) in width and 100 mm (10 cm) in height.
- Code
- Result
// How to set a size of the drawing.
// Set a drawing size.
drawing.SetSize(100 * 36000, 100 * 36000);