Persits Software, Inc. Web Site
 Navigator:  Home |  Object Reference |  PdfRows
PdfShading PdfRow
  PdfRows Object
PdfRows is a collection of PdfRow objects. This object is obtainable via PdfTable's Rows property. Implements IEnumerable.

Properties Methods
Count
this []
Add
Remove

Properties


int Count (Read-only)

Returns the number of PdfRow objects in this collection.

PdfRow this [ int Index ] (Read-only)

Returns a PdfRow specified by a 1-based Index.

Methods

PdfRow Add ( float Height )
PdfRow Add ( float Height, int InsertAfter )
Adds a new row to the table.

Height - specifies the row height.

InsertAfter is an optional 1-based index of a row after which the new row will be inserted. If set to -1 or omitted, the row is appended to the end of the table. If set to 0, the row is added to the beginning of the table.


void Remove ( int Index )
Removes a row specified by the 1-based Index from the table.

PdfShading PdfRow
Search AspPDF.net

Newsletter Signup

Other Products
AspPDF
AspUpload
AspJpeg
AspEmail
AspEncrypt
AspGrid
AspUser
  This site is owned and maintained by Persits Software, Inc. Copyright © 2003 - 2019. All Rights Reserved.