Logger
LogFilePath Property
|
Namespace:
Spire.Additions.Chrome
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public string LogFilePath { set; }
Public WriteOnly Property LogFilePath As String
Set
public:
virtual property String^ LogFilePath {
void set (String^ value) sealed;
}
abstract LogFilePath : string with set
override LogFilePath : string with set
Property Value
Type:
String
Implements
ILogger
LogFilePath
See Also