In This Topic
GdPicture14.MAUI Namespace / GdViewer Class / DocumentLoaded Property

DocumentLoaded Property

In This Topic
Specifies whether a document is loaded in the control.
Syntax
'Declaration
 
Public ReadOnly Property DocumentLoaded As Boolean
public bool DocumentLoaded {get;}
public read-only property DocumentLoaded: Boolean; 
public function get DocumentLoaded : boolean
public: __property bool get_DocumentLoaded();
public:
property bool DocumentLoaded {
   bool get();
}
See Also