PDFRasterizerCancelRendering Method |
Cancel the rendering in progress.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void CancelRendering()
Public Sub CancelRendering
public:
virtual void CancelRendering() sealed
function CancelRendering();
Remarks
In order to start rendering again, set the property Cancel to false
See Also