PdfSignature
ConfiguerGraphicPath Property
|
Note: This API is now obsolete.
Digital Signature Configuer Graphic file Path
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 SignImageSource property instead.")]
public string ConfiguerGraphicPath { get; set; }
<ObsoleteAttribute("This property may be removed in the future, please use the SignImageSource property instead.")>
Public Property ConfiguerGraphicPath As String
Get
Set
public:
[ObsoleteAttribute(L"This property may be removed in the future, please use the SignImageSource property instead.")]
property String^ ConfiguerGraphicPath {
String^ get ();
void set (String^ value);
}
[<ObsoleteAttribute("This property may be removed in the future, please use the SignImageSource property instead.")>]
member ConfiguerGraphicPath : string with get, set
Property Value
Type:
String
See Also