Initializes width and height to the given values in pixels. Initalizes resolution to 96 dpi.
[Visual Basic]Overloads Public Sub New( _
ByVal
widthPixels As
Integer, _
ByVal
heightPixels As
Integer _
)
[C#]public ImageSize(
int widthPixels,
int heightPixels);
Parameters
- widthPixels
- Width in pixels.
- heightPixels
- Height in pixels.
See Also
ImageSize Class | Aspose.Words.Drawing Namespace | ImageSize Constructor Overload List