Click or drag to resize

MccRichTextBoxPrint Method

프린트 기능 - 사용불가

Namespace:  Mcc.Series.Controls
Assembly:  Mcc.Series.Controls (in Mcc.Series.Controls.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public int Print(
	int charFrom,
	int charTo,
	PrintPageEventArgs e
)

Parameters

charFrom
Type: SystemInt32

[Missing <param name="charFrom"/> documentation for "M:Mcc.Series.Controls.MccRichTextBox.Print(System.Int32,System.Int32,System.Drawing.Printing.PrintPageEventArgs)"]

charTo
Type: SystemInt32

[Missing <param name="charTo"/> documentation for "M:Mcc.Series.Controls.MccRichTextBox.Print(System.Int32,System.Int32,System.Drawing.Printing.PrintPageEventArgs)"]

e
Type: System.Drawing.PrintingPrintPageEventArgs

[Missing <param name="e"/> documentation for "M:Mcc.Series.Controls.MccRichTextBox.Print(System.Int32,System.Int32,System.Drawing.Printing.PrintPageEventArgs)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Mcc.Series.Controls.MccRichTextBox.Print(System.Int32,System.Int32,System.Drawing.Printing.PrintPageEventArgs)"]

See Also