Click or drag to resize

HtmlToPdfClientsetDocAddCreationDate Method

Add the date and time when the PDF document was created to the PDF document information. The default value is False.

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

Parameters

docAddCreationDate
Type: SystemBoolean
Add creation date to the document metadata or not.

Return Value

Type: HtmlToPdfClient
Reference to the current object.
See Also