SetSignProcessAppearanceVariable

אבטחה וחתימות

תיאור

Adds, replaces, or removes a custom dynamic value used by a visible signature appearance template

תחביר

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);

פרמטרים

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

ערכי החזרה

1The custom value was updated or removed
0מזהה ה-process, השם, אורך הערך או קיבולת המשתנה לא היו תקינים

הערות

שמות מובנים שמורים ולא ניתן להחליפם תהליך חתימה שומר עד 128 ערכים מותאמים ומשחרר אותם עם התהליך

ראו גם

SetSignProcessAppearanceTemplate