Class QPdfDeploymentBase
Qpdf native binary deployment
Inherited Members
Namespace: IronSoftware.Pdfium.Deployment
Assembly: IronPdf.dll
Syntax
public abstract class QPdfDeploymentBase : SmartDeploymentBase, IDeployment, ICombinedDeployment
Constructors
QPdfDeploymentBase(String)
Create a new base QPdf deployment using the specified custom directory
Declaration
public QPdfDeploymentBase(string directory)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | directory | Custom directory |
Properties
AssemblyName
Declaration
public override string AssemblyName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Name
Declaration
public override string Name { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Methods
LoadAssemblies(String)
Declaration
public override void LoadAssemblies(string path)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | path |