Initializes width and height to the given values in pixels. Initalizes resolution to 96 dpi.
Overload List
Initializes width and height to the given values in pixels. Initalizes resolution to 96 dpi.
public ImageSize(int,int);
Initializes width, height and resolution to the given values.
public ImageSize(int,int,double,double);
See Also
ImageSize Class | Aspose.Words.Drawing Namespace