Creates a new document file and prepares it for the new pages to be added.
public void BeginDocument(
string fileName,
DocumentFormat format
)
Public Sub BeginDocument( _
ByVal fileName As String, _
ByVal format As DocumentFormat _
)
- (BOOL)beginDocumentWithFileName:(NSString *)fileName
format:(LTDocumentFormat)format
progress:(nullable LTDocumentWriterProgressHandler)progress
error:(NSError **)error
public:
void BeginDocument(
String^ fileName,
DocumentFormat format
)
fileName
The name of the new document file.
format
The format of the new document.
Use the DocumentWriter class to create multipage and searchable documents from one or more SVG, EMF, or raster image-based pages by calling the following functions:
Refer to LEADTOOLS Document Writers for more information.
Various popular formats are supported, including PDF, DOC/DOCX, XPS, HTML, RTF, and Text. For a list of all the document formats supported, refer to the DocumentFormat enumeration.
Programming with LEADTOOLS Document Writers
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document