Click or drag to resize

PdfWebControlRenderFrameUrl Method

Gets a value representing the URL of the IFRAME which RAD PDF is using internally to display the document instance.

Namespace:  RadPdf.Web.UI
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public string RenderFrameUrl()

Return Value

Type: String
URL of the IFRAME which RAD PDF uses internally.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe control state is not valid because this instance does not have a valid DocumentKey
Remarks

This method must only be called when the instance has a valid DocumentKey!

This method is for advanced use, typically by implementations where HTML code injection is undesired (e.g. Angular).

RenderControl should be used where full HTML injection is supported. Please contact Red Software for more information.

See Also