_Document.PrintFormsData Property
Determines if Microsoft Word prints onto a preprinted form only the data entered in the corresponding online form.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property PrintFormsData As Boolean
Get
Set
'Usage
Dim instance As _Document
Dim value As Boolean
value = instance.PrintFormsData
instance.PrintFormsData = value
bool PrintFormsData { get; set; }
Property Value
Type: System.Boolean
Remarks
This property returns True if Microsoft Word prints onto a preprinted form only the data entered in the corresponding online form, and False if not. Set the property value to True or False to enable or disable the functionality.