'Declaration Public Overloads Function Insert( _
ByVal indexThe zero-based index at which page should be inserted.As System.Int32, _
ByVal sizeThe page size.As Vintasoft.Imaging.ImageSize _
) As PdfPage
public PdfPage Insert(
System.Int32 index,
Vintasoft.Imaging.ImageSize size
)
public: PdfPage* Insert(
System.Int32 index,
Vintasoft.Imaging.ImageSize* size
)
public:
PdfPage^ Insert(
System.Int32 index,
Vintasoft.Imaging.ImageSize^ size
)
Parameters
- index
- The zero-based index at which page should be inserted.
- size
- The page size.
Return Value
Inserted PdfPage.