Gets or sets whether to use TrueType font-related optimization when creating the PDF file.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property TrueTypeFontsOptimized As System.Boolean |
C# | |
---|
System.bool TrueTypeFontsOptimized {get; set;} |
JavaScript | |
---|
get_TrueTypeFontsOptimized () : Boolean
put_TrueTypeFontsOptimized (
NewVal : Boolean
)
|
COM native C++ | |
---|
HRESULT get_TrueTypeFontsOptimized(
VARIANT_BOOL* Val
)
HRESULT put_TrueTypeFontsOptimized(
VARIANT_BOOL NewVal |
C++ | |
---|
DSRESULT get_TrueTypeFontsOptimized (
bool* Val
)
DSRESULT put_TrueTypeFontsOptimized(
bool NewVal
) |
Property Value
True (default) to use TrueType font-related optimization, false to not
Remarks
See Also
Availability
DraftSight 2018 SP2