DocumentConversionConvertNextPage Method |
Perform the conversion. Will throw an exception on failure. Does nothing if the conversion is already complete. Use GetConversionStatus() to check if there is remaining content to be converted.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void ConvertNextPage()
Public Sub ConvertNextPage
public:
virtual void ConvertNextPage() sealed
function ConvertNextPage();
See Also