Click or drag to resize

PFFileWordFormStatus Enumeration

Identifies the status of a Word document in a WordForm process.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public enum PFFileWordFormStatus
Members
  Member nameValueDescription
Unknown0 Unknown status.
NotApplicable10 WordForm does not apply to this file. Concerns files not being of ".docx" type.
Empty20 Can be used by WordForm, but has not been yet.
Template30 WordForm template document.
Instance40 Instance of a WordForm template.
See Also