Signture Configuer Graphic type
Namespace: Spire.Pdf.SecurityAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
[ObsoleteAttribute("This enum may be removed in the future, please use the GraphicMode enum instead.")] public enum ConfiguerGraphicType
<ObsoleteAttribute("This enum may be removed in the future, please use the GraphicMode enum instead.")> Public Enumeration ConfiguerGraphicType
[ObsoleteAttribute(L"This enum may be removed in the future, please use the GraphicMode enum instead.")] public enum class ConfiguerGraphicType
[<ObsoleteAttribute("This enum may be removed in the future, please use the GraphicMode enum instead.")>] type ConfiguerGraphicType
Members
| Member | Value | Description |
|---|---|---|
| No | 0 |
No Show Picture Signature and Text Signature
|
| Picture | 1 |
draw Picture Signature
|
| Text | 2 |
draw Text Signature
|
| PictureSignInformation | 3 |
draw Picture Signature and Information
|
| TextSignInformation | 4 |
draw Text Signature and Information
|
| SignInformationPicture | 5 |
draw Information and Picture Signature
|