Signture Configuer Graphic type

Namespace: Spire.Pdf.Security
Assembly: 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

MemberValueDescription
No0
No Show Picture Signature and Text Signature
Picture1
draw Picture Signature
Text2
draw Text Signature
PictureSignInformation3
draw Picture Signature and Information
TextSignInformation4
draw Text Signature and Information
SignInformationPicture5
draw Information and Picture Signature

See Also