What it does
Adds an empty document into a batch. You can then attach pages to this document using the AddNewPageEx method. A new document is created with theexcludeFromAutomaticAssembling flag set to true. This flag specifies that the document is already assembled, so the assembly settings specified for the batch type are not applied to this document.
This method is retained for compatibility with previous versions of the API. To create an empty document, you can also use the AddNewDocumentEx method, leaving the file parameter empty (file.Name = "", file.Bytes = new bytes [0]).
