EVO PDF Logo

WordToPdfDocumentOptionsShowFooter Property

EVO PDF Client for .NET Core
This property controls the whether the footer appears or not in the PDF document generated by the converter. The footer properties can be further customized by setting the properties of object exposed by the PdfFooterOptions property of the WordToPdfConverter class. The default value of this property is false.

Namespace:  EvoPdfClient
Assembly:  EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 10.0.0
Syntax

public bool ShowFooter { get; set; }

Property Value

Type: Boolean
See Also

Reference