Pdf |
The PdfContentElementCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Count | Gets the number of PdfContentElements contained in the PdfContentElementCollection. | |
| First | Gets the first PdfContentElement of the PdfContentElementCollection. | |
| Last | Gets the last PdfContentElement of the PdfContentElementCollection. |
| Name | Description | |||||
|---|---|---|---|---|---|---|
| AddAfter | Adds the specified PdfContentElement after the specified existing PdfContentElement in the PdfContentElementCollection. | |||||
| AddBefore | Adds the specified PdfContentElement before the specified existing PdfContentElement in the PdfContentElementCollection. | |||||
| AddClone(PdfContentElement, PdfContentElement) | Adds a clone of the specified PdfContentElement to the PdfContentElementCollection. | |||||
| AddCloneTPdfContentElement(TPdfContentElement, PdfContentElement) | Adds a clone of the specified TPdfContentElement to the PdfContentElementCollection. | |||||
| AddFirst | Adds the specified PdfContentElement at the start of the PdfContentElementCollection. | |||||
| AddForm | Adds the PdfFormContent that represents a PDF content that is a self-contained description of any sequence of PdfContentElements. Use Transform of the returned PdfFormContent to position or transform the PdfFormContent. | |||||
| AddGroup | Adds the PdfContentGroup that represents a group of PDF content elements that are independent from the rest of the surrounding elements. Use Transform of the returned PdfContentGroup to position or transform the PdfContentGroup. | |||||
| AddImage | Adds the PdfImageContent that represents a PDF content that is a rectangular array of sample values, each representing a color. Use Transform of the returned PdfImageContent to position or transform the PdfImageContent.
| |||||
| AddLast | Adds the specified PdfContentElement at the end of the PdfContentElementCollection. | |||||
| AddMarkEnd | Adds the PdfContentMark that represents the end of the marked-content sequence. This method should be preceeded by the AddMarkStart(PdfContentMarkTag, PdfContentElement) method and PdfContentMarks that these methods return limit the added marked-content sequence. | |||||
| AddMarkPoint | Adds the PdfContentMark that represents single marked-content point. Use GetEditableProperties of the returned PdfContentMark to set the marked content properties. | |||||
| AddMarkStart | Adds the PdfContentMark that represents the start of the marked-content sequence. Use GetEditableProperties of the returned PdfContentMark to set the marked content properties. This method should be followed by the AddMarkEnd(PdfContentElement) method and PdfContentMarks that these methods return limit the added marked-content sequence. | |||||
| AddPath | Adds the PdfPathContent that represents a geometrical PDF content composed of lines and curves. Use methods BeginSubpath(PdfPoint), LineTo(PdfPoint), and BezierTo(PdfPoint, PdfPoint, PdfPoint) of the returned PdfPathContent to define the geometrical content. | |||||
| AddShading | Adds the PdfShadingContent that represents a PDF content that is a smooth transition between colors. | |||||
| AddText | Adds the PdfTextContent that represents a textual PDF content (a sequence of glyphs from the specified font of the specified size). Use TextTransform of the returned PdfTextContent to position or transform the PdfTextContent.
| |||||
| All | Gets all PdfContentElements underneath this PdfContentElementCollection. | |||||
| All(PdfMatrix) | Gets all PdfContentElements underneath this PdfContentElementCollection. | |||||
| Clear | Removes all PdfContentElements from the PdfContentElementCollection. | |||||
| Contains | Determines whether a PdfContentElement is in the PdfContentElementCollection. | |||||
| CopyTo | Copies the entire PdfContentElementCollection to a compatible one-dimensional array, starting at the specified index of the target array. | |||||
| GetEnumerator | Returns an enumerator that iterates through the PdfContentElementCollection. | |||||
| Group | Groups the specified range of PdfContentElements into a new PdfContentGroup whose elements are independent from the rest of the surrounding elements. All PdfContentElements between the first and the last (inclusive) of this PdfContentElementCollection are moved a new PdfContentGroup that replaces the first in this PdfContentElementCollection. Use Transform of the returned PdfContentGroup to position or transform the PdfContentGroup. | |||||
| Remove | Removes the PdfContentElement from the PdfContentElementCollection. | |||||
| RemoveFirst | Removes the PdfContentElement at the start of the PdfContentElementCollection. | |||||
| RemoveLast | Removes the PdfContentElement at the end of the PdfContentElementCollection. |