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

Show in webframe

InsertPage Method








The new page properties
1-based number of page.
Inserts a new page to current document being created.
Syntax
public void InsertPage( 
   DocumentPage page,
   int pageNumber
)
'Declaration
 
Public Sub InsertPage( _
   ByVal page As DocumentPage, _
   ByVal pageNumber As Integer _
) 
'Usage
 
Dim instance As DocumentWriter
Dim page As DocumentPage
Dim pageNumber As Integer
 
instance.InsertPage(page, pageNumber)
public void InsertPage( 
   DocumentPage page,
   int pageNumber
)
- (BOOL)insertPage:(LTDocumentPage *)page 
          progress:(nullable LTDocumentWriterProgressHandler)progress 
        pageNumber:(NSUInteger)pageNumber 
             error:(NSError **)error
            
public void insertPage(DocumentPage page, int pageNumber)
 function Leadtools.Forms.DocumentWriters.DocumentWriter.InsertPage( 
   page ,
   pageNumber 
)
public:
void InsertPage( 
   DocumentPage^ page,
   int pageNumber
) 

Parameters

page
The new page properties
pageNumber
1-based number of page.
Remarks

AddPage will append the new page at the end of the document. To insert a page at a random place in the document, use InsertPage. Note that InsertPage is only supported if the was crated using the DocumentFormat.Ltd format.

This method can be called multiple times for each page to be added to the new document. To create a new document and on information on how to use the DocumentWriter class, Refer to LEADTOOLS Document Writers for more information.

Depending on the type of the page, the SvgDocument, DocumentEmfPage.EmfHandle or DocumentRasterPage.Image property of the page parameter must contain a valid object.

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