PdfFormAutoFieldStyleSetFont(Font, Boolean) Method
Use the given system font when the automatically generated PDF form field needs a font
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public void SetFont(
Font systemFont,
bool embedSystemFont
)
Public Sub SetFont (
systemFont As Font,
embedSystemFont As Boolean
)
public:
void SetFont(
Font^ systemFont,
bool embedSystemFont
)
member SetFont :
systemFont : Font *
embedSystemFont : bool -> unit
Parameters
- systemFont Font
- The system font
- embedSystemFont Boolean
- A flag indicating if the system font will be embedded in PDF. Only the PDF form submit buttons support embedded system fonts.