| HtmlToPdfClientsetSkipDecoding Method  | 
 
            Internal use only.
            
 
    Namespace: 
   SelectPdf.Api
    Assembly:
   SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
 Syntax
Syntaxpublic HtmlToPdfClient setSkipDecoding(
	bool skipDecoding
)
Public Function setSkipDecoding ( 
	skipDecoding As Boolean
) As HtmlToPdfClient
Parameters
- skipDecoding
- Type: SystemBoolean
 The default value is True.
Return Value
Type: 
HtmlToPdfClientReference to the current object.
 See Also
See Also