PdfPage.PreparePageAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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