Click or drag to resize

HtmlToPdfClientsetScaleImages Method

Set a flag indicating if the images from the page are scaled during the conversion process. The default value is False and images are not scaled.

Namespace:  SelectPdf.Api
Assembly:  SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax
public HtmlToPdfClient setScaleImages(
	bool scaleImages
)

Parameters

scaleImages
Type: SystemBoolean
Scale images or not.

Return Value

Type: HtmlToPdfClient
Reference to the current object.
See Also