Gets or sets the path and file name of the font mapping file when the current font file is not available.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Property FontMappingFile As System.String |
| C# | |
|---|
System.string FontMappingFile {get; set;} |
| JavaScript | |
|---|
get_FontMappingFile () : String
put_FontMappingFile (
NewVal : String
)
|
| COM native C++ | |
|---|
HRESULT get_FontMappingFile(
BSTR* Val
)
HRESULT put_FontMappingFile(
BSTR NewVal |
| C++ | |
|---|
DSRESULT get_FontMappingFile (
dsString* Val
)
DSRESULT put_FontMappingFile(
const dsString& NewVal
) |
Property Value
Path and file name of the font mapping file when the current font file is not available
Remarks
See Also
Availability
DraftSight V1R5.0