Class IronPdfConnectionConfiguration
Inheritance
System.Object
IronPdfConnectionConfiguration
Assembly: IronPdf.dll
Syntax
public class IronPdfConnectionConfiguration : Object
Constructors
IronPdfConnectionConfiguration()
Declaration
public IronPdfConnectionConfiguration()
Properties
Cloud
Default configuration for connecting to IronPdf cloud service
Declaration
public static IronPdfConnectionConfiguration Cloud { get; }
Property Value
ConnectionType
Declaration
public IronPdfConnectionType ConnectionType { get; set; }
Property Value
Docker
Default configuration for connecting to IronPdf docker host service
Declaration
public static IronPdfConnectionConfiguration Docker { get; }
Property Value
Executable
Default configuration for connecting to IronPdf local service executable
Declaration
public static IronPdfConnectionConfiguration Executable { get; }
Property Value
Host
Declaration
public string Host { get; set; }
Property Value
Type |
Description |
System.String |
|
Port
Declaration
public int Port { get; set; }
Property Value
Type |
Description |
System.Int32 |
|