ImageGear for .NET
InsertPage Method
See Also  Send Feedback
ImageGear21.Wpf Assembly > ImageGear.WPF.XPS Namespace > ImGearXPSDocument Class : InsertPage Method




index
Position where page is to be inserted. If it is less than 0 or more than total page count, it is appended after the last page.
page
ImageGear.Core.ImGearPage to be inserted.
width
Width of page, in 1/100 inches.
height
Height of page, in 1/100 inches.

Glossary Item Box

Inserts ImageGear page into the current document.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

index
Position where page is to be inserted. If it is less than 0 or more than total page count, it is appended after the last page.
page
ImageGear.Core.ImGearPage to be inserted.
width
Width of page, in 1/100 inches.
height
Height of page, in 1/100 inches.

Return Value

Position of the newly inserted page.

See Also

©2013. Accusoft Corporation. All Rights Reserved.