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
)
Public Function setDocAddCreationDate (
docAddCreationDate As Boolean
) As HtmlToPdfClient
Parameters
- docAddCreationDate
- Type: SystemBoolean
Add creation date to the document metadata or not.
Return Value
Type:
HtmlToPdfClientReference to the current object.
See Also