Click or drag to resize

HtmlToPdfClientsetUseCssPrint Method

Specify if the CSS Print media type is used instead of the Screen media type. The default value is False.

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

Parameters

useCssPrint
Type: SystemBoolean
Use CSS Print media or not.

Return Value

Type: HtmlToPdfClient
Reference to the current object.
See Also