ARCed.Scintilla.Printing.Print C# (CSharp) 메소드

Print() 공개 메소드

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

Same methods

Printing::Print ( bool showPrintDialog ) : bool