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
)
Public Function setUseCssPrint (
useCssPrint As Boolean
) As HtmlToPdfClient
Parameters
- useCssPrint
- Type: SystemBoolean
Use CSS Print media or not.
Return Value
Type:
HtmlToPdfClientReference to the current object.
See Also