Class PdfiumDeploymentBase
Pdfium native binary deployment
Inheritance
System.Object
PdfiumDeploymentBase
Assembly: IronPdf.dll
Syntax
public abstract class PdfiumDeploymentBase : SmartDeploymentBase, IDeployment, ICombinedDeployment
Constructors
PdfiumDeploymentBase(String)
Create a new base Pdfium deployment using the specified custom directory
Declaration
public PdfiumDeploymentBase(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
GetFileVersionInfo(String)
Declaration
public virtual Version GetFileVersionInfo(string path)
Parameters
Type |
Name |
Description |
System.String |
path |
|
Returns
Type |
Description |
System.Version |
|
LoadAssemblies(String)
Declaration
public override void LoadAssemblies(string path)
Parameters
Type |
Name |
Description |
System.String |
path |
|
Overrides