Click or drag to resize

PdfWebControlLiteGetPdf Method

Retrieves a previously loaded PDF document with all saved modifications, as a PDF.

Namespace:  RadPdf.Web.UI
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public byte[] GetPdf()

Return Value

Type: Byte
Previously loaded PDF document with all saved modifications, as a byte array.
Remarks

Information is valid at the time of retrieval from property only. Another thread can update this information without notice to the output object.

Executing this method requires a call to the product database. It is recommend that its output be cached, when possible, for best performance.

DocumentLoaded must be true to call this method.

See Also