Returns the size and resolution of an image stored at the specified path.
Namespace:
Aurigma.GraphicsMill.AjaxControls.VectorObjects
Assembly:
Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.VectorObjects.dll)
public static void GetImageSize( string sourceStorageId, out Size imageSize, out float horizontalResolution, out float verticalResolution )
Type: System..String
Type: System.Drawing..Size%
Type: System..Single%
Type: System..Single%