←Select platform

EndDocument Method

Summary

Finalize the document being created on disk.

Syntax
C#
VB
Objective-C
C++
Java
public void EndDocument() 
Public Sub EndDocument()  
- (BOOL)endDocument:(nullable LTDocumentWriterProgressHandler)progressHandler  
              error:(NSError **)error 
public void endDocument() 
public: 
void EndDocument();  

Remarks

This method should be called after all the pages has been added to a new document. Use BeginDocument to create a new document and use AddPage for each page to be added to the document.

For more information on how to use the DocumentWriter class to create new documents, refer to BeginDocument.

Example

For an example, refer to DocumentWriter.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Writer Assembly