Creates a new document 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 Leadtools.Forms.Documentwriters.DocumentFormat _
)
- (BOOL)beginDocumentWithFileName:(NSString *)fileName
format:(LTDocumentFormat)format
progress:(nullable LTDocumentWriterProgressHandler)progress
error:(NSError **)error
public:
void BeginDocument(
String^ fileName,
Leadtools.Forms.Documentwriters.DocumentFormat format
)
fileName
The name of new document file.
format
The format of the new document.
The DocumentWriter class is used to create multi-page and searchable documents from one or more SVG, EMF or raster image based pages as follows:
Refer to LEADTOOLS Document Writers for more information.
Support for various popular formats is included, such as PDF, DOC/DOCX, XPS, HTML, RTF or Text. For a list of all the document formats supported, refer to the DocumentFormat enumeration.
For an example, refer to DocumentWriter.
Programming with LEADTOOLS Document Writers
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET