PdfDocument.LoadFromStreamAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
LoadFromStreamAsync(IRandomAccessStream) |
從代表檔案系統中可攜式檔案格式 ( () PDF (PDF) 檔的資料串流中,建立 PdfDocument 物件,代表可攜式檔案格式) 檔。 |
LoadFromStreamAsync(IRandomAccessStream, String) |
從代表檔案系統中可攜式檔案格式 ( () PDF (PDF) 檔的資料串流中,建立 PdfDocument 物件,代表可攜式檔案格式) 檔。 如果可攜式檔案格式 (PDF) 檔受到密碼保護,請使用此方法。 |
LoadFromStreamAsync(IRandomAccessStream)
從代表檔案系統中可攜式檔案格式 ( () PDF (PDF) 檔的資料串流中,建立 PdfDocument 物件,代表可攜式檔案格式) 檔。
public:
static IAsyncOperation<PdfDocument ^> ^ LoadFromStreamAsync(IRandomAccessStream ^ inputStream);
/// [Windows.Foundation.Metadata.Overload("LoadFromStreamAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<PdfDocument> LoadFromStreamAsync(IRandomAccessStream const& inputStream);
[Windows.Foundation.Metadata.Overload("LoadFromStreamAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<PdfDocument> LoadFromStreamAsync(IRandomAccessStream inputStream);
function loadFromStreamAsync(inputStream)
Public Shared Function LoadFromStreamAsync (inputStream As IRandomAccessStream) As IAsyncOperation(Of PdfDocument)
參數
- inputStream
- IRandomAccessStream
資料流程,代表可攜式檔案格式 (PDF) 檔。
傳回
非同步作業。
- 屬性
另請參閱
適用於
LoadFromStreamAsync(IRandomAccessStream, String)
從代表檔案系統中可攜式檔案格式 ( () PDF (PDF) 檔的資料串流中,建立 PdfDocument 物件,代表可攜式檔案格式) 檔。 如果可攜式檔案格式 (PDF) 檔受到密碼保護,請使用此方法。
public:
static IAsyncOperation<PdfDocument ^> ^ LoadFromStreamAsync(IRandomAccessStream ^ inputStream, Platform::String ^ password);
/// [Windows.Foundation.Metadata.Overload("LoadFromStreamWithPasswordAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<PdfDocument> LoadFromStreamAsync(IRandomAccessStream const& inputStream, winrt::hstring const& password);
[Windows.Foundation.Metadata.Overload("LoadFromStreamWithPasswordAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<PdfDocument> LoadFromStreamAsync(IRandomAccessStream inputStream, string password);
function loadFromStreamAsync(inputStream, password)
Public Shared Function LoadFromStreamAsync (inputStream As IRandomAccessStream, password As String) As IAsyncOperation(Of PdfDocument)
參數
- inputStream
- IRandomAccessStream
資料流程,代表可攜式檔案格式 (PDF) 檔。
- password
-
String
Platform::String
winrt::hstring
如果需要,開啟可攜式檔案格式 (PDF) 檔的密碼。
傳回
非同步作業。
- 屬性
備註
如果可攜式檔案格式 (PDF) 檔不需要密碼,則此方法會忽略它。
如果指定了錯誤的密碼 , 這個方法會傳回ERROR_WRONG_PASSWORD錯誤。