The PortNumber Property includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.
Gets or sets the JPIP client port number.| Visual Basic (Declaration) | |
|---|---|
Public Property PortNumber As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As JpipRasterImageViewer Dim value As Integer instance.PortNumber = value value = instance.PortNumber | |
| C# | |
|---|---|
public int PortNumber {get; set;} | |
Property Value
Integer value that represents a port number.This example sets the port number to 106 where there is a JPIP server listening to the same port. For an example, refer to JpipRasterImageViewer.
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
Copy Code