BP
Bhuvaneswari P
Syncfusion Team
August 20, 2008 09:25 AM UTC
Hi Peter,
Thank you for your interest in Syncfusion products
In the point specification ‘F’ represents the float value. We can set the DocIO units as only points. You have to convert from other unit to pixel. You can make use of PointsConverter.FromCm(1) class to convert the other units[cm] to points while setting the height and width of the image. Please use the Picture height and width property to set the image size.
float a=PointsConverter.FromCm(10);
picture.Height = a;
picture.Width = a;
Please let us know if you have any other questions.
Best Regards,
Bhuvana