Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Forms.DocumentWriters Namespace > DocumentWriter Class : BeginDocument Method |
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)
public: void BeginDocument( String^ fileName, DocumentFormat format )
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.