PdfSignatureMaker
SetContactInfoLabel Method
|
Note: This API is now obsolete.
The content to the left of property contactInfo
Namespace:
Spire.Pdf.Interactive.DigitalSignatures
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
[ObsoleteAttribute("This method may be removed in the future.Use Spire.Pdf.Interactive.DigitalSignatures.PdfSignatureAppearance.ContactInfoLabel instead")]
public void SetContactInfoLabel(
string contactInfoLabel
)
<ObsoleteAttribute("This method may be removed in the future.Use Spire.Pdf.Interactive.DigitalSignatures.PdfSignatureAppearance.ContactInfoLabel instead")>
Public Sub SetContactInfoLabel (
contactInfoLabel As String
)
public:
[ObsoleteAttribute(L"This method may be removed in the future.Use Spire.Pdf.Interactive.DigitalSignatures.PdfSignatureAppearance.ContactInfoLabel instead")]
void SetContactInfoLabel(
String^ contactInfoLabel
)
[<ObsoleteAttribute("This method may be removed in the future.Use Spire.Pdf.Interactive.DigitalSignatures.PdfSignatureAppearance.ContactInfoLabel instead")>]
member SetContactInfoLabel :
contactInfoLabel : string -> unit
Parameters
-
contactInfoLabel
-
Type:
System
String
See Also