ImageWidth

PdfViewOptions.ImageWidth property

Sets the width of an output image (in pixels).

public int ImageWidth { get; set; }

Remarks

Use this property to set the output image width (in pixels). GroupDocs.Viewer applies this property when rendering a single image to PDF. For details, see the documentation.

If you set this property, the ImageMaxWidth property is ignored.

See Also