Finalize the document being created on disk.
public void EndDocument()
Public Sub EndDocument()
- (BOOL)endDocument:(nullable LTDocumentWriterProgressHandler)progressHandler
error:(NSError **)error
public void endDocument()
public:
void EndDocument();
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.
For an example, refer to DocumentWriter.
Programming with LEADTOOLS Document Writers
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET