ConfiguerGraphicType Enumeration
|
Note: This API is now obsolete.
Signture Configuer Graphic 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, 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 name
|
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
|
drawInformation and Picture Signature
|
See Also