PdfDocumentEditorCheckIsRendered Method |
Check that this document is rendered and all resources available
Namespace:
RadPdf.Data.Document
Assembly:
RadPdf (in RadPdf.dll) Version: 4.1.0.0 (4.1.0.0)
Syntaxpublic 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