[PPTX] Converting SlideSizeEx.Size to Pixel

Hi,

the SlideSize property of an PresentationEx object obviously does not return a size in pixel. How can I convert the returned size to pixel?

Regards

Hi Nicolas,

Thanks for your interest in Aspose.Slides.

The SlidesSize property of PresentationEx class returns the object of SlideSizeEx class. The size property of SlideSizeEx class returns or sets the size in points (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemDrawingSizeFClassTopic.asp).