←Select platform

EndDocument Method

Summary

Finalize the document being created on disk.

Syntax

C#
VB
Java
Objective-C
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.DocumentWriters Assembly