Click or drag to resize

PdfWebControlRenderHead Method

Overload List
  NameDescription
Public methodStatic memberCode exampleRenderHead
Renders the PdfWebControl required HTML HEAD elements (e.g. script, style, etc.) to the specified text writer, for use in advanced applications such as a Custom HttpHandler, inline ASPX pages, or ASP.NET MVC view rendering.
Public methodStatic memberCode exampleRenderHead(TextWriter)
Renders the PdfWebControl required HTML HEAD elements (e.g. script, style, etc.) to the specified text writer, for use in advanced applications such as a Custom HttpHandler or ASP.NET MVC view rendering.
Top
See Also