THotPDF.BeginLoadedPageProgressiveRender Method

Begins the loaded page progressive render sequence for the page geometry workflow. Keep the returned object or current graphics state balanced with the matching end call before finalising the page or document

声明

function BeginLoadedPageProgressiveRender(PageIndex, DPI: Integer; CancellationToken: THPDFCancellationToken= nil): THPDFLoadedPageRenderSession;

单元

HPDFDoc

参数

名称用途
PageIndex从零开始的已加载页面索引
DPIPositive target raster resolution in dots per inch
CancellationTokenOptional caller-owned token for this session; nil uses OperationCancellationToken

返回值

Returns a caller-owned THPDFLoadedPageRenderSession that retains the partial bitmap and render state

使用说明

相关 API