ARCed.Scintilla.Printing.Print C# (CSharp) Method

Print() public method

public Print ( ) : bool
return bool
        public bool Print()
        {
            return this.Print(true);
        }

Same methods

Printing::Print ( bool showPrintDialog ) : bool