How to use essential reporting to process PDF document objects

Source: Internet
Author: User

From: http://www.evget.com/zh-CN/Info/catalog/17327.html

The essential PDF component in the essential studio reporting edition control is a. Net Library that can generate Adobe PDF files from your data. It has a mature object model that allows you to easily create PDF files in any. NET language. It does not depend on any external conditions. It can easily process PDF file objects.

You can use the close method to process PDF objects. Note: If this object is not closed, you cannot use the same document again for any other operations.

Close method to release common memory. The overload parameter is set to true [close (true)] to release the entire document stream, which can be reused.

[C #]

// Release the common resources.
Using Doc. Close ();

// (OR)

// Releases Document Stream. This releases the entire document.
Optional Doc. Close (true );

[VB. NET]

'Release the common resources.
Export Doc. Close ()

'(OR)

'Releases Document Stream. This releases the entire document.
Export Doc. Close (true)

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.