SetSignProcessAppearanceVariable
Bezpečnosť a podpisy
Opis
Pridá, nahradí alebo odstráni vlastnú dynamickú hodnotu používanú šablónou viditeľného podpisového vzhľadu
Syntax
Delphi
Function TPDFlib.SetSignProcessAppearanceVariable(SignProcessID: Integer; Const Name, Value: WideString): Integer;
ActiveX
Function PDFlib::SetSignProcessAppearanceVariable(SignProcessID As Long, Name As String, Value As String) As Long
DLL
int DLSetSignProcessAppearanceVariable(int InstanceID, int SignProcessID, const wchar_t * Name, const wchar_t * Value);
Parametre
| SignProcessID | Value returned by a NewSignProcessFrom* function |
|---|---|
| Name | Case-insensitive placeholder name of up to 64 ASCII letters, digits, underscores, periods, or hyphens |
| Value | Replacement text of up to 8192 characters, or an empty string to remove the variable |
Návratové hodnoty
| 1 | The custom value was updated or removed |
|---|---|
| 0 | The process id, name, value length, or variable capacity was invalid |
Poznámky
Vstavané názvy sú rezervované a nedajú sa nahradiťSign proces uchováva až 128 vlastných hodnôt a uvolní ich spolu s procesom