Windward Studios API Reference
FontLevel Property
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > ReportPdf Class : FontLevel Property




Glossary Item Box

Set the font level. Basically a higher font level means a more accurate final pdf file - but also a large one.

Syntax

Visual Basic (Declaration) 
Public Property FontLevel As ReportPdf.FONT
Visual Basic (Usage)Copy Code
Dim instance As ReportPdf
Dim value As ReportPdf.FONT
 
instance.FontLevel = value
 
value = instance.FontLevel
C# 
public ReportPdf.FONT FontLevel {get; set;}
Managed Extensions for C++ 
public: __property ReportPdf.FONT get_FontLevel();
public: __property void set_FontLevel( 
   ReportPdf.FONT value
);
C++/CLI 
public:
property ReportPdf.FONT FontLevel {
   ReportPdf.FONT get();
   void set (    ReportPdf.FONT value);
}

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software