PdfSignature
ConfigGraphicType Property
|
Note: This API is now obsolete.
Digital Signature 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 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
Type:
ConfiguerGraphicType
See Also