Click or drag to resize

PdfDrawingList Properties

The PdfDrawingList type exposes the following members.

Properties
  NameDescription
Public propertyCapacity
Gets or sets the total number of elements the internal data structure can hold without resizing.
(Inherited from ListIPdfRenderable.)
Public propertyCount
Gets the number of elements contained in the ListT.
(Inherited from ListIPdfRenderable.)
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from ListIPdfRenderable.)
Public propertyCode exampleName
Gets or sets the name of the object. The use of this property is not dictated by the PDF Generating API. It is in place as a convenience for client code where it could be used for creating named objects in PDF content for later retrieval/editing.
Top
See Also