Digital Signature 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 property may be removed in the future, please use the GraphicMode property instead.")]
public ConfiguerGraphicType ConfigGraphicType { get; set; }
<ObsoleteAttribute("This property may be removed in the future, please use the GraphicMode property instead.")> 
Public Property ConfigGraphicType As ConfiguerGraphicType
	Get
	Set
public:
[ObsoleteAttribute(L"This property may be removed in the future, please use the GraphicMode property instead.")]
property ConfiguerGraphicType ConfigGraphicType {
	ConfiguerGraphicType get ();
	void set (ConfiguerGraphicType value);
}
[<ObsoleteAttribute("This property may be removed in the future, please use the GraphicMode property instead.")>]
member ConfigGraphicType : ConfiguerGraphicType with get, set

Property Value

ConfiguerGraphicType

See Also