MainDictionaryFile Property (ISystemFiles) Send Feedback
See Also  Example
Gets or sets the path and file name of the dictionary to use with the SpellCheck command.

Syntax

Visual Basic 
Property MainDictionaryFile As System.String
C# 
System.string MainDictionaryFile {get; set;}
JavaScript 
get_MainDictionaryFile () : String
put_MainDictionaryFile (
   NewVal : String
)
COM native C++ 
HRESULT get_MainDictionaryFile(
   BSTR* Val
) 
HRESULT put_MainDictionaryFile( 
   BSTR NewVal
C++ 
DSRESULT get_MainDictionaryFile (
   dsString* Val
)
DSRESULT put_MainDictionaryFile(
   const dsString& NewVal
)

Property Value

Path and file name of the dictionary to use with the SpellCheck command

Example

See Also

Availability

DraftSight V1R3.0