API usagePresentation APIEnumerationEMUOn this pageEMUAsk a question English measure unit. 1 mm = 36000 EMUs, 1 inch = 914400 EMUs. Type number Example Set the size of the drawing to be created as 100 mm (10 cm) in width and 100 mm (10 cm) in height. CodeResultPlayground// How to set a size of the drawing.// Set a drawing size.drawing.SetSize(100 * 36000, 100 * 36000);