Error processing SSI file
LEADTOOLS Forms (Leadtools.Forms.DocumentWriters assembly)

Show in webframe

BeginDocument Method








The name of new document file.
The format of the new document.
Creates a new document and prepares it for the new pages to be added.
Syntax
public void BeginDocument( 
   string fileName,
   DocumentFormat format
)
'Declaration
 
Public Sub BeginDocument( _
   ByVal fileName As String, _
   ByVal format As DocumentFormat _
) 
'Usage
 
Dim instance As DocumentWriter
Dim fileName As String
Dim format As DocumentFormat
 
instance.BeginDocument(fileName, format)
public void BeginDocument( 
   string fileName,
   DocumentFormat format
)
- (BOOL)beginDocumentWithFileName:(NSString *)fileName 
                           format:(LTDocumentFormat)format 
                         progress:(nullable LTDocumentWriterProgressHandler)progress 
                            error:(NSError **)error
            
public void beginDocument(String fileName, DocumentFormat format)
 function Leadtools.Forms.DocumentWriters.DocumentWriter.BeginDocument( 
   fileName ,
   format 
)
public:
void BeginDocument( 
   String^ fileName,
   DocumentFormat format
) 

Parameters

fileName
The name of new document file.
format
The format of the new document.
Remarks

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:

  1. DocumentWriter.BeginDocument
  2. DocumentWriter.AddPage or DocumentWriter.InsertPage>
  3. DocumentWriter.EndDocument
  4. DocumentWriter.Convert

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.

Example
For an example, refer to DocumentWriter.
Requirements

Target Platforms

See Also

Reference

DocumentWriter Class
DocumentWriter Members
DocumentPage Class
DocumentFormat Enumeration
Programming with LEADTOOLS Document Writers
Files to be Included with Your Application
Unlocking Special LEAD Features

Error processing SSI file
Leadtools.Forms.DocumentWriters requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features