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()
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.