Click or drag to resize

PdfWebControlLite Methods

The PdfWebControlLite type exposes the following members.

Methods
  NameDescription
Public methodCloseDocument
Close document (if any was created or loaded) reseting the DocumentKey.
Public methodCode exampleCopyDocument
Copy an existing a previously loaded PDF document to a new document instance and load it
Public methodCode exampleCreateDocument(String, Byte)
Create and load new document from binary data.
Public methodCode exampleCreateDocument(String, Stream)
Create and load new document from stream.
Public methodCode exampleCreateDocument(String, Byte, PdfLiteSettings)
Create and load new document from binary data and document settings.
Public methodCode exampleCreateDocument(String, Int32, PdfPageSize)
Create and load a new blank PDF document.
Public methodCode exampleCreateDocument(String, Stream, PdfLiteSettings)
Create and load new document from stream and document settings.
Public methodCode exampleCreateDocument(String, Byte, PdfLiteSettings, String)
Create and load new document from binary data and document settings.
Public methodCode exampleCreateDocument(String, Int32, PdfPageSize, PdfLiteSettings)
Create and load a new blank PDF document.
Public methodCode exampleCreateDocument(String, Stream, PdfLiteSettings, String)
Create and load new document from stream and document settings.
Public methodCode exampleCreateEmptyDocument
Create empty document container to which the user can upload any PDF document, using the file name as uploaded
Public methodCode exampleCreateEmptyDocument(String)
Create empty document container to which the user can upload any PDF document
Public methodCode exampleCreateEmptyDocument(PdfLiteSettings)
Create empty document container to which the user can upload any PDF document, using the file name as uploaded
Public methodCode exampleCreateEmptyDocument(String, PdfLiteSettings)
Create empty document container to which the user can upload any PDF document
Public methodCode exampleEditDocument
Edit a PDF document before it is displayed in a PdfWebControlLite instance.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetOriginalPdf
Retrieves the previously loaded PDF document with no modifications, as a PDF.
Public methodGetPdf
Retrieves a previously loaded PDF document with all saved modifications, as a PDF.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodImportDocument(Byte)
Import a previously exported PDF document to a new document instance and load it.
Public methodImportDocument(Byte, PdfLiteSettings)
Import a previously exported PDF document to a new document instance and load it.
Public methodCode exampleLoadDocument
Load document using the session info of a previously loaded Lite Document.
Public methodCode exampleRenderControl
Renders the PdfWebControlLite to a string, for use in advanced applications such as a Custom HttpHandler, inline ASPX pages, or ASP.NET MVC view rendering.
Public methodCode exampleRenderControl(TextWriter)
Renders the PdfWebControlLite to the specified text writer, for use in advanced applications such as a Custom HttpHandler or ASP.NET MVC view rendering.
Public methodRenderFrameUrl
Gets a value representing the URL of the IFRAME which RAD PDF is using internally to display the document instance.
Public methodStatic memberCode exampleRenderHead
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 HttpHandler, inline ASPX pages, or ASP.NET MVC view rendering.
Public methodStatic memberCode exampleRenderHead(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 HttpHandler or ASP.NET MVC view rendering.
Public methodStatic memberRenderHeadUrl
Gets a value representing the URL of the HEAD SCRIPT which RAD PDF generates for Client API usage.
Public methodRenderViewStateJson
Gets a value representing the viewstate of a RAD PDF instance.
Public methodToString
Returns a string that represents the current object rendered to HTML.
(Overrides ObjectToString.)
Top
See Also