PageAdaptFormTemplate Method (String, String)
|
Namespace:
OmniPageCSDK.Objects
Assembly:
OmniPageCSDK.Objects (in OmniPageCSDK.Objects.dll) Version: 22.2.0.0 (22.2.24312.100)
Syntaxpublic void AdaptFormTemplate(
string templatefile,
string oriformfile
)
Public Sub AdaptFormTemplate (
templatefile As String,
oriformfile As String
)
public:
void AdaptFormTemplate(
String^ templatefile,
String^ oriformfile
)
Parameters
- templatefile
- Type: SystemString
- oriformfile
- Type: SystemString
See Also