ImageGear .NET
PortName Property




Gets or sets the name of port.
Syntax
'Declaration
 
Public Property PortName As String
'Usage
 
Dim instance As ImGearPDFPrintOptions
Dim value As String
 
instance.PortName = value
 
value = instance.PortName
public string PortName {get; set;}
public: __property string* get_PortName();
public: __property void set_PortName( 
   string* value
);
public:
property String^ PortName {
   String^ get();
   void set (    String^ value);
}

Property Value

String value.
Remarks
The port name example: "Ne00".
See Also

Reference

ImGearPDFPrintOptions Class
ImGearPDFPrintOptions Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback