Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Forms.DocumentWriters Namespace > DocumentWriter Class : EndDocument Method |
public void EndDocument()
'Declaration
Public Sub EndDocument()
'Usage
Dim instance As DocumentWriter instance.EndDocument()
public void EndDocument()
- (BOOL)endDocument:(nullable LTDocumentWriterProgressHandler)progressHandler error:(NSError **)error
public void endDocument()
function Leadtools.Forms.DocumentWriters.DocumentWriter.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.