 | PdfPageContinueProgressiveRender Method |
Continue rendering a PDF page.
Namespace:
Patagames.Pdf.Net
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntaxpublic ProgressiveStatus ContinueProgressiveRender()
Public Function ContinueProgressiveRender As ProgressiveStatus
public:
ProgressiveStatus ContinueProgressiveRender()
member ContinueProgressiveRender : unit -> ProgressiveStatus
public ProgressiveStatus ContinueProgressiveRender()
function ContinueProgressiveRender();
Return Value
Type:
ProgressiveStatusThe rendering status. See
ProgressiveRenderingStatuses for the details.
See Also