←Select platform

SupportsFont Property

Summary

Indicates if this object supports a font.

Syntax

C#
VB
Java
WinRT C#
C++
public override bool SupportsFont { get; } 
Public Overrides ReadOnly Property SupportsFont As Boolean 
public override bool SupportsFont {get;} 
@Override public boolean getSupportsFont() 
 get_SupportsFont();  
public:  
   virtual property bool SupportsFont 
   { 
      bool get() override 
   } 

Property Value

true if this AnnObject supports a font; otherwise, it is false.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly