In This Topic

PacketSize Property (DocuViewareControl)

In This Topic
Specifies the default packet size during data transfer operations, in bytes.
Syntax
'Declaration
 
Public Property PacketSize As Integer
public int PacketSize {get; set;}
Remarks
Default value is 1,048,576 (1 MB).
See Also