The PacketSize Property includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.
Gets or sets the packet size in bytes.Visual Basic (Declaration) | |
---|---|
Public Property PacketSize As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As JpipRasterImageViewer Dim value As Integer instance.PacketSize = value value = instance.PacketSize |
C# | |
---|---|
public int PacketSize {get; set;} |
Property 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 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7