共用方式為


HtmlPrintDocumentSource 類別

定義

管理應用程式列印的檔來源。

public ref class HtmlPrintDocumentSource sealed : IClosable
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class HtmlPrintDocumentSource final : IClosable
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class HtmlPrintDocumentSource : System.IDisposable
Public NotInheritable Class HtmlPrintDocumentSource
Implements IDisposable
繼承
Object Platform::Object IInspectable HtmlPrintDocumentSource
屬性
實作

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

備註

若要取得 HtmlPrintDocumentSource 的實例,請呼叫 getHtmlPrintDocumentSourceMSApp 方法。

屬性

BottomMargin

取得並設定文檔來源的下邊界。

Content

取得並設定要列印的檔來源內容。

EnableHeaderFooter

取得和設定值,這個值會控制是否在文檔來源中啟用頁首和頁尾。

LeftMargin

取得並設定文檔來源的左邊界。

PageRange

取得列印的頁面範圍。

PercentScale

依百分比取得和設定檔來源的大小。

RightMargin

取得並設定文檔來源的右邊界。

ShrinkToFit

取得並設定值,這個值會控制內容是否壓縮以符合檔來源。

TopMargin

取得並設定文檔來源的上邊界。

方法

Close()

執行與釋放、釋放或重設為文檔來源配置之資源相關聯的應用程式定義工作。

Dispose()

執行與釋放 (Free)、釋放 (Release) 或重設 Unmanaged 資源相關聯之應用程式定義的工作。

TrySetPageRange(String)

嘗試設定文檔來源的頁面範圍。

適用於

另請參閱