VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.JavaScriptApi Namespace / PdfJsEvent Class / change Property
Syntax Remarks Requirements SeeAlso
In This Topic
    change Property (PdfJsEvent)
    In This Topic
    Gets or sets the string specifying the change in value that the user has just typed.
    Syntax
    'Declaration
    
    Public Property change As System.String
    
    
    public System.String change { get; set; }
    
    
    public: __property System.String get_change();
    public: __property void set_change(
    System.String value
    );
    public:
    property System.String change { System.String get(); void set(System.String value); }
    Remarks

    A JavaScript may replace part or all of this string with different characters. The change may take the form of an individual keystroke or a string of characters.

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also