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