PdfProcessorInstallation Class

Provides information about the global installation of the PDF processor

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next.PdfProcessor (in HiQPdf.Next.PdfProcessor.dll) Version: 1.0.0
C#
public class PdfProcessorInstallation
Inheritance
Object    PdfProcessorInstallation

Constructors

PdfProcessorInstallationInitializes a new instance of the PdfProcessorInstallation class

Properties

ExecutePermissionGranted Indicates whether execute permission has been successfully granted
GrantExecutePermissionErrOutput Standard error captured from the execute permission grant operation
GrantExecutePermissionStdOutput Standard output captured from the execute permission grant operation
RuntimeCopied Indicates whether the runtime has been successfully copied

Methods

ConfigureRuntime Enables copying the runtime to a different location and installing dependencies before running the PDF processor. This function is intended for environments where installed dependencies are not persisted after a restart, It must be called before the first operation, which triggers the configuration setup. Changes made afterward will have no effect until the application is restarted
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetRuntimeConfig Retrieves the current runtime configuration settings
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also