ASPxClientHtmlEditor.GetPreviewDocument Method
In This Article
Returns the document object generated by an iframe element within a preview area.
#Declaration
TypeScript
GetPreviewDocument(): any
#Returns
Type | Description |
---|---|
any | A document object specifying the preview area content. |
#Remarks
If the ASPxHtmlEditorSettings.AllowPreview property is set to false
the GetPreviewDocument methods returns null.
See Also