HtmlToPdfClientsetKeepImagesTogether Method |
Avoid breaking images between PDF pages. The default value is False and images are split between pages if larger.
Namespace:
SelectPdf.Api
Assembly:
SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax public HtmlToPdfClient setKeepImagesTogether(
bool keepImagesTogether
)
Public Function setKeepImagesTogether (
keepImagesTogether As Boolean
) As HtmlToPdfClient
Parameters
- keepImagesTogether
- Type: SystemBoolean
Try to keep images on same page or not.
Return Value
Type:
HtmlToPdfClientReference to the current object.
See Also