Class PdfiumDeploymentBase
Inherited Members
Namespace: IronSoftware.Pdfium
Assembly: IronPdf.dll
Syntax
public abstract class PdfiumDeploymentBase : SmartDeploymentBase, IDeployment, ICombinedDeployment
Constructors
PdfiumDeploymentBase(String)
Declaration
public PdfiumDeploymentBase(string directory)
Parameters
Type | Name | Description |
---|---|---|
System.String | 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 |