| IControlLoadFromFileAndExtract Method |
Loads the control from a file and extract its content to a directory
Namespace:
AskiaCore
Assembly:
AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax bool LoadFromFileAndExtract(
string srcPath,
string dstDirectory
)
Function LoadFromFileAndExtract (
srcPath As String,
dstDirectory As String
) As Boolean
bool LoadFromFileAndExtract(
String^ srcPath,
String^ dstDirectory
)
Parameters
- srcPath
- Type: SystemString
Path of the file from which the control will be loaded - dstDirectory
- Type: SystemString
Directory where the control will be extracted
Return Value
Type:
BooleanReturn a boolean representing the success of the operation
See Also