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