Click or drag to resize

PFWordFormGeneratorRefreshInstance2 Method

Refreshes an Office 2010 WordForm instance document based on 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 byte[] RefreshInstance2(
	PFFile instanceFile
)

Parameters

instanceFile
Type: Packflow.CorePFFile
The instance file.

Return Value

Type: Byte
An array of bytes containing the Office 2010 document.
See Also