Click or drag to resize

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
C#
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: MemoryStream
See Also