HtmlToPdfClientsetPageNumbersColor Method |
Specify the color of the page numbers text in #RRGGBB html format. The default value is #333333.
Namespace:
SelectPdf.Api
Assembly:
SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax public HtmlToPdfClient setPageNumbersColor(
string color
)
Public Function setPageNumbersColor (
color As String
) As HtmlToPdfClient
Parameters
- color
- Type: SystemString
Page numbers color.
Return Value
Type:
HtmlToPdfClientReference to the current object.
See Also