In This Topic
Opens an association to a DICOM printer for printing
Syntax
'Declaration
Public Sub Open( _
ByVal As System.String, _
ByVal As System.Integer, _
ByVal As System.String, _
ByVal As System.String _
)
public void Open(
System.string ,
System.int ,
System.string ,
System.string
)
Parameters
- Node
Network address (as dotted notation or resolvable name) to which the association is to be made
- Port
Port on which remote application is listening
- CallingAE
Name to quote for this Application Entity
- CalledAE
Name of remote Application Entity
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also