WebKit.WebUIDelegate.webViewPrintingMarginRect C# (CSharp) 메소드

webViewPrintingMarginRect() 공개 메소드

public webViewPrintingMarginRect ( WebView WebView ) : tagRECT
WebView WebView
리턴 tagRECT
        public tagRECT webViewPrintingMarginRect(WebView WebView)
        {
            throw new NotImplementedException();
        }