SecureBlackbox 2020 PHP Edition

Questions / Feedback?

SigSimpleFontName Property

Specifies the Type 1 font name for the signature text.

Object Oriented Interface

public function getSigSimpleFontName();
public function setSigSimpleFontName($value);

Procedural Interface

secureblackbox_pdfsigner_get($res, 124 );
secureblackbox_pdfsigner_set($res, 124, $value );

Default Value

''

Remarks

Specifies the Type 1 font name for the signature text.

PDF format supports 14 standard fonts, specifically: "Times-Roman", "Helvetica", "Courier", "Symbol", "Times-Bold", "Helvetica-Bold", "Courier-Bold", "ZapfDingbats", "Times-Italic", "Helvetica-Oblique", "Courier-Oblique", "Times-BoldItalic", "Helvetica-BoldOblique", "Courier-BoldOblique".

This property is not available at design time.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 PHP Edition - Version 20.0 [Build 8154]