SetHTMLImageMaxWidth sets the maximum width of all converted images in the Word documents to maxwidth pixels. The image's height is scaled accordingly, using an aspect ratio of 1 :1. The function can be useful if your page design has strict rules about the maximum width of the content area, or if you want to decrease the filesize of the generated images.
Parameters
width
Maximum image width, or 0 for no override
Example
// Sets the maximum image width to 100 pixels
SetHTMLImageMaxWidth (100);