Gets or sets the size of a "paste block," which is the number of characters pasted from the Clipboard to the terminal window before a pause occurs. See the description for the PasteDelay property for information on configuring the length of the pause and on conditions that can terminate the pause.
int PasteBufferSize {get; set;}
'Declaration
Property PasteBufferSize As Integer
'Usage
Dim instance As IScreen
Dim value As Integer
instance.PasteBufferSize = value
value = instance.PasteBufferSize