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

SignProcessIDValue returned by a NewSignProcessFrom* function
NameCase-insensitive placeholder name of up to 64 ASCII letters, digits, underscores, periods, or hyphens
ValueReplacement text of up to 8192 characters, or an empty string to remove the variable

Návratové hodnoty

1The custom value was updated or removed
0The 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

Pozri tiež

SetSignProcessAppearanceTemplate