Table of Contents

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
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

string

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

string

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

string

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()