ActiveReports.Viewer3 Request technical support
Fonts Property
See Also 


Returns the collection of fonts for the page.

Syntax

Visual Basic (Declaration) 
Public Property Fonts As FontsCollection
Visual Basic (Usage)Copy Code
Dim instance As Page
Dim value As FontsCollection
 
instance.Fonts = value
 
value = instance.Fonts
C# 
public FontsCollection Fonts {get; set;}

See Also