Click or drag to resize

PDFViewCtrlIsConverting Property

Gets whether or not the PDFViewCtrl is currently converting a document to PDF. Use the OnConversionChanged event to detect changes to this property

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public bool IsConverting { get; }

Property Value

Type: Boolean
See Also