Gets or sets the PdfPage at a specific position in the document.
Namespace:
C1.Silverlight.PdfAssembly: C1.Silverlight.Pdf (in C1.Silverlight.Pdf.dll)
Syntax
| C# |
|---|
public PdfPage this[ int index ] { get; set; } |
| Visual Basic |
|---|
Public Default Property Item ( _ index As Integer _ ) As PdfPage Get Set |
Parameters
- index
- Type: System..::..Int32