We are experimenting with using PDF or HTML for the file format on submitting a Fax via the API.
Is there a way to force a page break if we use HTML? We may want to force certain content onto a "trailer" page.
Sample code:
PremiereConnect.DocumentType[] JS_Documents = new PremiereConnect.DocumentType[1]; // could be 2..n if sending multiple documents
JS_Documents[0].DocType = "HTML"; // or "PDF"