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
)
Public Function setScaleImages (
scaleImages As Boolean
) As HtmlToPdfClient
Parameters
- scaleImages
- Type: SystemBoolean
Scale images or not.
Return Value
Type:
HtmlToPdfClientReference to the current object.
See Also