Class StartNetPDFPSCmdletCommandBase<TCmdlet>
- Namespace
- MASES.NetPDF.PowerShell.Cmdlet
- Assembly
- MASES.NetPDFPS.dll
public class StartNetPDFPSCmdletCommandBase<TCmdlet> : StartJNetPSCmdletCommandBase<TCmdlet, NetPDFPSCore> where TCmdlet : StartNetPDFPSCmdletCommandBase<TCmdlet>
Type Parameters
TCmdlet
- Inheritance
-
JNetPSExternalizableCmdlet<TCmdlet>StartJNetPSCmdletCommandBase<TCmdlet, NetPDFPSCore>StartNetPDFPSCmdletCommandBase<TCmdlet>
- Derived
- Inherited Members
Properties
CommonLoggingPath
Sets the global value of log4j path
[Parameter(ValueFromPipeline = true, ValueFromPipelineByPropertyName = true, HelpMessage = "The file containing the configuration of log4j.")]
public string CommonLoggingPath { get; set; }
Property Value
FontCachePath
Sets the global value of font cache path
[Parameter(ValueFromPipeline = true, ValueFromPipelineByPropertyName = true, HelpMessage = "The path where font cache will be stored.")]
public string FontCachePath { get; set; }
Property Value
LogPath
Sets the global value of log path
[Parameter(ValueFromPipeline = true, ValueFromPipelineByPropertyName = true, HelpMessage = "The path where log will be stored.")]
public string LogPath { get; set; }
Property Value
UsePureJavaCMYKConversion
Sets the global value of font cache path
[Parameter(ValueFromPipeline = true, ValueFromPipelineByPropertyName = true, HelpMessage = "Add on command line to enable pure Java CMYK conversion.")]
public bool? UsePureJavaCMYKConversion { get; set; }
Property Value
- bool?
Methods
OnBeforeCreateGlobalInstance()
protected override void OnBeforeCreateGlobalInstance()