Item Property
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| PDFPagesObject..::..Item Property |
| PDFPagesObject Class See Also Send Feedback |
Namespace:Â CuteEditor.Convertor.PDF
Assembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Assembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public PDFPageObject this[ int index ] { get; } |
| Visual Basic |
|---|
Public ReadOnly Default Property Item ( _ index As Integer _ ) As PDFPageObject Get |
| Visual C++ |
|---|
public: property PDFPageObject^ default[int index] { PDFPageObject^ get (int index); } |
Parameters
- index
- Type: System..::..Int32