Click or drag to resize

PDFNetInternalToolsSetThresholdForLogStream Method

Used for Internal Testing. Will do nothing for most builds

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public static void SetThresholdForLogStream(
	string streamName,
	InternalToolsLogLevel logLevel
)

Parameters

streamName
Type: SystemString

[Missing <param name="streamName"/> documentation for "M:pdftron.PDF.PDFNetInternalTools.SetThresholdForLogStream(System.String,pdftron.PDF.InternalToolsLogLevel)"]

logLevel
Type: pdftron.PDFInternalToolsLogLevel

[Missing <param name="logLevel"/> documentation for "M:pdftron.PDF.PDFNetInternalTools.SetThresholdForLogStream(System.String,pdftron.PDF.InternalToolsLogLevel)"]

See Also