Click or drag to resize

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
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