PdfSignature
ConfigureCustomGraphics Method
|
Configure custom graphics.
Namespace:
Spire.Pdf.Security
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void ConfigureCustomGraphics(
PdfSignatureGraphicsGenerateHandler handler
)
Public Sub ConfigureCustomGraphics (
handler As PdfSignatureGraphicsGenerateHandler
)
public:
void ConfigureCustomGraphics(
PdfSignatureGraphicsGenerateHandler^ handler
)
member ConfigureCustomGraphics :
handler : PdfSignatureGraphicsGenerateHandler -> unit
Parameters
-
handler
-
Type:
Spire.Pdf.Security
PdfSignature
GraphicsGenerateHandler
the handler which generate graphics.
See Also