PdfDocumentEditorCheckIsRendered Method |
Check that this document is rendered and all resources available
Namespace:
RadPdf.Data.Document
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public bool CheckIsRendered()
Public Function CheckIsRendered As Boolean
Return Value
Type:
Booleantrue if this document is fully rendered; otherwise
false.
Remarks
This method will create and use a database connection.
See Also