ImageGear .NET v25.0 - Updated
RunSetFont Method




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEText Class : RunSetFont Method
Index of the text run.
New font for the text run.
Sets the font of a text run.
Syntax
'Declaration
 
Public Sub RunSetFont( _
   ByVal index As Integer, _
   ByVal font As ImGearPDEFont _
) 
'Usage
 
Dim instance As ImGearPDEText
Dim index As Integer
Dim font As ImGearPDEFont
 
instance.RunSetFont(index, font)
public void RunSetFont( 
   int index,
   ImGearPDEFont font
)
public: void RunSetFont( 
   int index,
   ImGearPDEFont* font
) 
public:
void RunSetFont( 
   int index,
   ImGearPDEFont^ font
) 

Parameters

index
Index of the text run.
font
New font for the text run.
See Also

Reference

ImGearPDEText Class
ImGearPDEText Members
ImGearPDEFont Class