Click or drag to resize

PdfWebControlLite.GetPdf Method

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

Namespace:  RadPdf.Web.UI
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.1.0.0 (4.1.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
This website uses cookies to identify your session and other necessary functions. By using this website, you are agreeing to our Terms of Use and Privacy Policy (updated April 26 2021).
Learn About Cookies
Got it!