PdfPage.PreparePageAsync Method

Definition

Begins building the Portable Document Format (PDF) page. After this method finishes, the Portable Document Format (PDF) page is completely built.

public:
 virtual IAsyncAction ^ PreparePageAsync() = PreparePageAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction PreparePageAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction PreparePageAsync();
function preparePageAsync()
Public Function PreparePageAsync () As IAsyncAction

Returns

Represents the fully-built Portable Document Format (PDF) page.

Attributes

Applies to