Constructor PageShape

Namespace TallComponents.PDF.Layout.Shapes
Class PageShape

Create a new PageShape from a file with the original size of the page.

Syntax

public  PageShape( String  path Int32  pageIndex String  password )

Parameters


String path
The path to the PDF Document.

Int32 pageIndex
Zero based page index.

String password
The password needed to open the given PDF.

Loading PDF documents from a URL is currently not supported. You can use relative paths in a web environment (for example

~/documents/mydoc.pdf

)