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 | |
---|
AlternateBigFontFile : System.String |
)
< A href="GettingStarted-draftsightapi.html">HRESULT set_AlternateBigFontFile(
BSTR
NewVal
)
C++ | |
---|
property System.String^ AlternateBigFontFile { dsString* Val
)
DSRESULTput_AlternateBigFontFile(
const dsString& NewVal
} |
Property Value
File name of the alternate big font file when the current font is not available (see
Remarks)