Click or drag to resize

PdfWebControl.RenderFrameUrl 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:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.3.0.0 (4.3.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
This website uses cookies to identify your session and other necessary functions. By using this website, you are agreeing to our Terms of Use and Privacy Policy (updated April 26 2021).
Learn About Cookies
Got it!