←Select platform

FontStyles Property

Summary

Optional font style to use when rendering the title.

Syntax
C#
VB
C++
Java
public DocumentFontStyles FontStyles { get; set; } 
Public Property FontStyles() As DocumentFontStyles 
   Get 
   Set 
public:  
   property DocumentFontStyles^ FontStyles 
   { 
      DocumentFontStyles^ get() 
      void set(DocumentFontStyles^ value) 
   } 
public DocumentFontStyles getFontStyles() 
public void setFontStyles(DocumentFontStyles value) 

Property Value

The optional font style to use when rendering the title. Default value is DocumentFontStyles.Normal.

Remarks

Viewer application will usually use this value to render the Title.

Example

For an example, refer to DocumentStructure.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.