PdfWebControlLiteToString Method |
Returns a string that represents the current object rendered to HTML.
Namespace:
RadPdf.Web.UI
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public override string ToString()
Public Overrides Function ToString As String
Return Value
Type:
String
A string that represents the current object rendered to HTML.
See Also