Click or drag to resize

PdfDocumentEditorCheckIsRendered Method

Check that this document is rendered and all resources available

Namespace:  RadPdf.Data.Document
Assembly:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.0.0)
Syntax
public bool CheckIsRendered()

Return Value

Type: Boolean
true if this document is fully rendered; otherwise false.
Remarks

This method will create and use a database connection.

See Also