ICoreWebView2PrintSettings
COMメソッド 26
vtbl = vtable インデックス(0始まり)。HSP等からインデックス指定でCOMメソッドを呼ぶ際に使用します。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 3 | HRESULT get_Orientation(COREWEBVIEW2_PRINT_ORIENTATION* orientation) |
| 4 | HRESULT put_Orientation(COREWEBVIEW2_PRINT_ORIENTATION orientation) |
| 5 | HRESULT get_ScaleFactor(DOUBLE* scaleFactor) |
| 6 | HRESULT put_ScaleFactor(DOUBLE scaleFactor) |
| 7 | HRESULT get_PageWidth(DOUBLE* pageWidth) |
| 8 | HRESULT put_PageWidth(DOUBLE pageWidth) |
| 9 | HRESULT get_PageHeight(DOUBLE* pageHeight) |
| 10 | HRESULT put_PageHeight(DOUBLE pageHeight) |
| 11 | HRESULT get_MarginTop(DOUBLE* marginTop) |
| 12 | HRESULT put_MarginTop(DOUBLE marginTop) |
| 13 | HRESULT get_MarginBottom(DOUBLE* marginBottom) |
| 14 | HRESULT put_MarginBottom(DOUBLE marginBottom) |
| 15 | HRESULT get_MarginLeft(DOUBLE* marginLeft) |
| 16 | HRESULT put_MarginLeft(DOUBLE marginLeft) |
| 17 | HRESULT get_MarginRight(DOUBLE* marginRight) |
| 18 | HRESULT put_MarginRight(DOUBLE marginRight) |
| 19 | HRESULT get_ShouldPrintBackgrounds(BOOL* shouldPrintBackgrounds) |
| 20 | HRESULT put_ShouldPrintBackgrounds(BOOL shouldPrintBackgrounds) |
| 21 | HRESULT get_ShouldPrintSelectionOnly(BOOL* shouldPrintSelectionOnly) |
| 22 | HRESULT put_ShouldPrintSelectionOnly(BOOL shouldPrintSelectionOnly) |
| 23 | HRESULT get_ShouldPrintHeaderAndFooter(BOOL* shouldPrintHeaderAndFooter) |
| 24 | HRESULT put_ShouldPrintHeaderAndFooter(BOOL shouldPrintHeaderAndFooter) |
| 25 | HRESULT get_HeaderTitle(LPWSTR* headerTitle) |
| 26 | HRESULT put_HeaderTitle(LPWSTR headerTitle) |
| 27 | HRESULT get_FooterUri(LPWSTR* footerUri) |
| 28 | HRESULT put_FooterUri(LPWSTR footerUri) |