PDFNetInternalToolsSetCutoffLogThreshold 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 SetCutoffLogThreshold(
InternalToolsLogLevel logLevel
)
Public Shared Sub SetCutoffLogThreshold (
logLevel As InternalToolsLogLevel
)
public:
static void SetCutoffLogThreshold(
[InAttribute] InternalToolsLogLevel logLevel
)
pdftron.PDF.PDFNetInternalTools.SetCutoffLogThreshold = function(logLevel);
Parameters
- logLevel
- Type: pdftron.PDFInternalToolsLogLevel
[Missing <param name="logLevel"/> documentation for "M:pdftron.PDF.PDFNetInternalTools.SetCutoffLogThreshold(pdftron.PDF.InternalToolsLogLevel)"]
See Also