PDFViewCtrlIsFinishedRendering Method |
checks if the rendering thread has finished.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public bool IsFinishedRendering()
Public Function IsFinishedRendering As Boolean
public:
virtual bool IsFinishedRendering() sealed
function IsFinishedRendering();
Return Value
Type:
Booleantrue if the rendering thread has finished, false otherwise.
See Also