IPageDrawerDrawRTFString Method

Definition

Namespace: Firefly.Box.Printing.Advanced
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
void DrawRTFString(
	string rtf,
	Rectangle rectangle,
	Font font,
	Color color,
	Color backColor,
	bool rightToLeft,
	HorizontalAlignment alignment,
	bool useVersion41
)

Parameters

rtf  String
 
rectangle  Rectangle
 
font  Font
 
color  Color
 
backColor  Color
 
rightToLeft  Boolean
 
alignment  HorizontalAlignment
 
useVersion41  Boolean
 

See Also