delay Property (PdfJsField)
Gets or sets a value indicating whether the redrawing of a field's appearance must be delayed.
'Declaration
Public Property delay As Boolean
public bool delay { get; set; }
public: __property bool get_delay();
public: __property void set_delay(
bool
);
public:
property bool delay {
bool get();
void set(bool );
}
Property Value
True - field appearance must NOT be regenerated until this property is not set to false;
false - field appearance must be regenerated after any change in annotation properties.
Default value is false.
It is generally used to buffer a series of changes to the properties of the field before requesting that the field regenerate its appearance.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5