Loads the specified fixed page asynchronously.
Namespace: FirstFloor.Documents.IO
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.11.0)
Syntax
public void LoadFixedPageAsync( PageContent pageContent, LoadFixedPageSettings settings )
Parameters
- pageContent
- Type: FirstFloor.DocumentsPageContent
The page. - settings
- Type: FirstFloor.Documents.IOLoadFixedPageSettings
The settings.
See Also