Click or drag to resize

PdfContentGroup Class

Represents a group of PDF content elements that are independent from the rest of the surrounding elements.
Inheritance Hierarchy

Namespace: SautinSoft.Pdf.Content
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.19
Syntax
public class PdfContentGroup : PdfVisualContentElement

The PdfContentGroup type exposes the following members.

Properties
 NameDescription
Public propertyBounds Gets the upright bounds of the PdfContentGroup.
(Overrides PdfVisualContentElementBounds)
Public propertyElements Gets the content elements such as text, paths and external objects (images and forms) contained directly in this group.
Public propertyElementType Gets the Group value.
(Overrides PdfContentElementElementType)
Top
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