Click or drag to resize

PdfSignerLinkContentBuilderConfiguration Constructor (IPdfSignerConfiguration)

Constructor for pre-configuration from another configuration.

Namespace:  ASDSoft.WebSigner.Server.Content
Assembly:  ASDSoft.WebSigner.Server.SignTools.Pdf (in ASDSoft.WebSigner.Server.SignTools.Pdf.dll) Version: 2.5.0
Syntax
C#
public PdfSignerLinkContentBuilderConfiguration(
	IPdfSignerConfiguration configuration
)

Parameters

configuration
Type: IPdfSignerConfiguration
Configuration that will be copied to current instance
See Also