Class PdfiumDeployment
Inheritance
System.Object
IronSoftware.Deployment.SmartDeploymentBase
PdfiumDeployment
Assembly: IronPdf.dll
Syntax
public class PdfiumDeployment : SmartDeploymentBase, IDeployment, ICombinedDeployment
Constructors
PdfiumDeployment(String)
Declaration
public PdfiumDeployment(string directory)
Parameters
Type |
Name |
Description |
System.String |
directory |
|
Properties
Assembly
Declaration
public override Assembly Assembly { get; }
Property Value
Type |
Description |
System.Reflection.Assembly |
|
Overrides
IronSoftware.Deployment.SmartDeploymentBase.Assembly
AssemblyName
Declaration
public override string AssemblyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
IronSoftware.Deployment.SmartDeploymentBase.AssemblyName
DeploymentDirectory
Directory which contains Pdfium binaries
Declaration
public static string DeploymentDirectory { get; set; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
public override string Name { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
IronSoftware.Deployment.SmartDeploymentBase.Name
VersionFactory
Declaration
public override BaseVersionFactory VersionFactory { get; }
Property Value
Type |
Description |
IronSoftware.Deployment.BaseVersionFactory |
|
Overrides
IronSoftware.Deployment.SmartDeploymentBase.VersionFactory
Methods
GetFileVersionInfo(String)
Declaration
public virtual Version GetFileVersionInfo(string path)
Parameters
Type |
Name |
Description |
System.String |
path |
|
Returns
Type |
Description |
System.Version |
|
Declaration
public override string GetPlatformSpecificErrorMessage(Exception e)
Parameters
Type |
Name |
Description |
System.Exception |
e |
|
Returns
Type |
Description |
System.String |
|
Overrides
IronSoftware.Deployment.SmartDeploymentBase.GetPlatformSpecificErrorMessage(System.Exception)
LoadAssemblies(String)
Declaration
public override void LoadAssemblies(string path)
Parameters
Type |
Name |
Description |
System.String |
path |
|
Overrides
IronSoftware.Deployment.SmartDeploymentBase.LoadAssemblies(System.String)