PageDrawerClassMeasureRTFString Method
Namespace: Firefly.Box.Printing.AdvancedAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public static Size MeasureRTFString(
	string rtf,
	Graphics graphics,
	Font font,
	int width,
	bool rightToLeft,
	bool useVersion41
)
Public Shared Function MeasureRTFString ( 
	rtf As String,
	graphics As Graphics,
	font As Font,
	width As Integer,
	rightToLeft As Boolean,
	useVersion41 As Boolean
) As Size
static member MeasureRTFString : 
        rtf : string * 
        graphics : Graphics * 
        font : Font * 
        width : int * 
        rightToLeft : bool * 
        useVersion41 : bool -> Size 
- rtf  String
 -  
 - graphics  Graphics
 -  
 - font  Font
 -  
 - width  Int32
 -  
 - rightToLeft  Boolean
 -  
 - useVersion41  Boolean
 -  
 
Size