←Select platform

PacketSize Property

Summary

Gets or sets the packet size in bytes.

Syntax

C#
VB
C++
public int PacketSize { get; set; } 
  
Public Property PacketSize As Integer 
public: 
property int PacketSize { 
   int get(); 
   void set (    int ); 
} 

Property Value

Value that represents the packet size in bytes.

Remarks

For better speed performance, set this value to 8k bytes or more. Set this value before calling Open.

Example

For an example that sets this value to (16*1024), refer to JpipRasterImageViewer.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Client.WinForms Assembly