Click or drag to resize

PdfContentGroup Methods

The PdfContentGroup type exposes the following members.

Methods
 NameDescription
Public methodDrawImage(PdfImage, PdfMatrix) Draws image with the specified transformation.
Public methodDrawImage(PdfImage, PdfPoint) Draws image at the specified location.
Public methodDrawImage(PdfImage, PdfPoint, PdfSize) Draws image at the specified location and of the specified size.
Public methodDrawText(PdfFormattedText, PdfMatrix) Draws formatted text with the specified transformation.
Public methodDrawText(PdfFormattedText, PdfPoint) Draws formatted text at the specified location.
Public methodDrawText(PdfFormattedTextLine, PdfPoint) Draws formatted text line at the specified location.
Public methodFindTables Finds all tables contained in this PdfContentGroup using the Default text options.
Public methodFindTables(PdfTextOptions) Finds all tables contained in this PdfContentGroup using the specified text options.
Public methodGetText Gets the snapshot of text contained in this PdfContentGroup using the Default text options.
Public methodGetText(PdfTextOptions) Gets the snapshot of text contained in this PdfContentGroup using the specified text options.
Public methodToString Returns a Unicode text contained in this PdfContentGroup.
(Overrides ObjectToString)
Top
See Also