Gets or sets the path and file name of a custom spelling dictionary.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property CustomDictionaryFile As System.String |
C# | |
---|
System.string CustomDictionaryFile {get; set;} |
JavaScript | |
---|
get_CustomDictionaryFile () : String
put_CustomDictionaryFile (
NewVal : String
)
|
COM native C++ | |
---|
HRESULT get_CustomDictionaryFile(
BSTR* Val
)
HRESULT put_CustomDictionaryFile(
BSTR NewVal |
C++ | |
---|
DSRESULT get_CustomDictionaryFile (
dsString* Val
)
DSRESULT put_CustomDictionaryFile(
const dsString& NewVal
) |
Property Value
Path and file name of the custom spelling dictionary file
Example
See Also
Availability
DraftSight V1R3.0