PDFNetInternalToolsSetLogLocation 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 SetLogLocation(
string folder,
string fileName
)
Public Shared Sub SetLogLocation (
folder As String,
fileName As String
)
public:
static void SetLogLocation(
[InAttribute] String^ folder,
[InAttribute] String^ fileName
)
pdftron.PDF.PDFNetInternalTools.SetLogLocation = function(folder, fileName);
Parameters
- folder
- Type: SystemString
[Missing <param name="folder"/> documentation for "M:pdftron.PDF.PDFNetInternalTools.SetLogLocation(System.String,System.String)"]
- fileName
- Type: SystemString
[Missing <param name="fileName"/> documentation for "M:pdftron.PDF.PDFNetInternalTools.SetLogLocation(System.String,System.String)"]
See Also