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; }
Public ReadOnly Property IsConverting As Boolean
Get
public:
virtual property bool IsConverting {
bool get () sealed;
}
function get_IsConverting();
Property Value
Type:
BooleanSee Also