| Visual Basic (Declaration) | |
|---|---|
Public Property PacketSize As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public int PacketSize {get; set;} | |
Return Value
Value that represents the packet size in bytes.This example sets this value to (16*1024).
For an example, refer to JpipRasterImageViewer.
For better speed performance, set this value to 8k bytes or more. Set this value
before calling Open.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code