PdfWebControlLite Methods | 
The PdfWebControlLite type exposes the following members.
| Name | Description | |
|---|---|---|
| CloseDocument | 
            Close document (if any was created or loaded) reseting the DocumentKey.
              | |
| CopyDocument | 
            Copy an existing a previously loaded PDF document to a new document instance and load it
              | |
| CreateDocument(String, Byte) | 
            Create and load new document from binary data.
              | |
| CreateDocument(String, Stream) | 
            Create and load new document from stream.
              | |
| CreateDocument(String, Byte, PdfLiteSettings) | 
            Create and load new document from binary data and document settings.
              | |
| CreateDocument(String, Int32, PdfPageSize) | 
            Create and load a new blank PDF document.
              | |
| CreateDocument(String, Stream, PdfLiteSettings) | 
            Create and load new document from stream and document settings.
              | |
| CreateDocument(String, Byte, PdfLiteSettings, String) | 
            Create and load new document from binary data and document settings.
              | |
| CreateDocument(String, Int32, PdfPageSize, PdfLiteSettings) | 
            Create and load a new blank PDF document.
              | |
| CreateDocument(String, Stream, PdfLiteSettings, String) | 
            Create and load new document from stream and document settings.
              | |
| CreateEmptyDocument | 
            Create empty document container to which the user can upload any PDF document, using the file name as uploaded
              | |
| CreateEmptyDocument(String) | 
            Create empty document container to which the user can upload any PDF document
              | |
| CreateEmptyDocument(PdfLiteSettings) | 
            Create empty document container to which the user can upload any PDF document, using the file name as uploaded
              | |
| CreateEmptyDocument(String, PdfLiteSettings) | 
            Create empty document container to which the user can upload any PDF document
              | |
| EditDocument | 
             Edit a PDF document before it is displayed in a PdfWebControlLite instance.
               | |
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function.  (Inherited from Object.) | |
| GetOriginalPdf | 
            Retrieves the previously loaded PDF document with no modifications, as a PDF.
              | |
| GetPdf | 
            Retrieves a previously loaded PDF document with all saved modifications, as a PDF.
              | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| ImportDocument(Byte) | 
            Import a previously exported PDF document to a new document instance and load it.
              | |
| ImportDocument(Byte, PdfLiteSettings) | 
            Import a previously exported PDF document to a new document instance and load it.
              | |
| LoadDocument | 
            Load document using the session info of a previously loaded Lite Document.
              | |
| RenderControl | 
            Renders the PdfWebControlLite to a string, for use in advanced applications such as a custom Middleware, inline ASPX page, ASP.NET MVC view rendering, a HttpHandler, or Web Application API.
              | |
| RenderControl(TextWriter) | 
            Renders the PdfWebControlLite to the specified text writer, for use in advanced applications such as a custom Middleware, inline ASPX page, ASP.NET MVC view rendering, a HttpHandler, or Web API.
              | |
| RenderFrameUrl | 
            Gets a value representing the URL of the IFRAME which RAD PDF is using internally to display the document instance.
              | |
| RenderHead | 
            Renders the PdfWebControlLite required HTML HEAD elements (e.g. script, style, etc.) to the specified text writer, for use in advanced applications such as a  custom Middleware, inline ASPX page, ASP.NET MVC view rendering, a HttpHandler, or Web API.
              | |
| RenderHead(TextWriter) | 
            Renders the PdfWebControlLite required HTML HEAD elements (e.g. script, style, etc.) to the specified text writer, for use in advanced applications such as a custom Middleware, inline ASPX pages, ASP.NET MVC view rendering, HttpHandlers, or Web Application APIs
              | |
| RenderHeadUrl | 
            Gets a value representing the URL of the HEAD SCRIPT which RAD PDF generates for Client API usage.
              | |
| RenderViewStateJson | 
            Gets a value representing the viewstate of a RAD PDF instance.
              | |
| ToString | 
            Returns a string that represents the current object rendered to HTML.
              (Overrides ObjectToString.) |