Gets or sets word processor object which determines how Azuki handles 'words.'

Namespace: Sgry.Azuki
Assembly: Azuki (in Azuki.dll) Version: 1.7.13.40248

Syntax

C#
public IWordProc WordProc { get; set; }
Visual Basic
Public Property WordProc As IWordProc
	Get
	Set

Property Value

Type: IWordProc

Remarks

This property gets or sets word processor object. Please refer to the document of IWordProc interface for detail.

See Also