HtmlPrintDocumentSource.TrySetPageRange(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
嘗試設定文檔來源的頁面範圍。
public:
virtual bool TrySetPageRange(Platform::String ^ strPageRange) = TrySetPageRange;
bool TrySetPageRange(winrt::hstring const& strPageRange);
public bool TrySetPageRange(string strPageRange);
function trySetPageRange(strPageRange)
Public Function TrySetPageRange (strPageRange As String) As Boolean
參數
- strPageRange
-
String
Platform::String
winrt::hstring
要設定的頁面範圍。
傳回
Boolean
bool
布林值,指出TrySetPageRange是否在strPageRange中設定頁面範圍。 TRUE 表示已設定頁面範圍,否則 為 FALSE 。