ImageGear .NET v25.0 - Updated
PortName Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFPrintOptions Class : 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