ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFPrintOptions Class / PortName Property




In This Topic
    PortName Property
    In This Topic
    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