IsLoaded

Top  Previous  Next

This property is used to check whether the PDF document is loaded or not and specifies the load status of the document.

 

 

 

Syntax

 

 

[VC++]

BOOL GetISLoaded();

 

[CS]

public abstract new bool IsLoaded [  get]

 

[VB]

Property IsLoaded As Boolean

 

 

 

 

Note

 

 

If IsLoaded is True, document is loaded. Otherwise, it is not loaded.