PFWordFormGeneratorCreateInstance Method (PFFile, Boolean) |
Creates an Office 2010 WordForm document based on a file template and current PFItem.
Namespace:
Packflow.Interface.Office
Assembly:
MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax public MemoryStream CreateInstance(
PFFile templateFile,
bool autoUpdateTemplate
)
Parameters
- templateFile
- Type: Packflow.CorePFFile
The template file. - autoUpdateTemplate
- Type: SystemBoolean
if set to true template file dataset schema will be updated
and saved when necessary.
Return Value
Type:
MemoryStreamSee Also