Click or drag to resize
DataRegionSubmitAsFile Property
Sets or gets a value that indicates whether the DataRegion is submitted as a Word file when saving.

Namespace: Aceoffix.WordWriter
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public bool SubmitAsFile { get; set; }

Property Value

Type: Boolean
Remarks

After opening Word document in Aceoffix.OpenModeType.docSubmitForm mode, if SubmitAsFile=true, the Word fragment contained in the current DataRegion can be got when saving. This fragment is a binary stream file in Word format and can be saved as a separate word file.

See Also