Note: This API is now obsolete.
Signature type
Namespace:
Spire.Pdf.Security
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
[ObsoleteAttribute("This enum may be removed in the future.To specify the font, please set values to PdfSignature's property SignNameFont and SignDetailsFont")]
public enum SignInfoType
<ObsoleteAttribute("This enum may be removed in the future.To specify the font, please set values to PdfSignature's property SignNameFont and SignDetailsFont")>
Public Enumeration SignInfoType
[ObsoleteAttribute(L"This enum may be removed in the future.To specify the font, please set values to PdfSignature's property SignNameFont and SignDetailsFont")]
public enum class SignInfoType
[<ObsoleteAttribute("This enum may be removed in the future.To specify the font, please set values to PdfSignature's property SignNameFont and SignDetailsFont")>]
type SignInfoType
Members
|
|
Member name
|
Value
|
Description
|
|
|
SignInformation
|
0
|
SignInformation
|
|
|
DigitalSigner
|
1
|
DigitalSigner
|
See Also