Click or drag to resize

PdfVisualContentElement Class

Represents a base class for a PDF content element that has a visual representation.
Inheritance Hierarchy
SystemObject
  SautinSoft.Pdf.ContentPdfContentElement
    SautinSoft.Pdf.ContentPdfVisualContentElement
      More

Namespace: SautinSoft.Pdf.Content
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.5
Syntax
public abstract class PdfVisualContentElement : PdfContentElement

The PdfVisualContentElement type exposes the following members.

Properties
 NameDescription
Public propertyBounds Gets the bounds of the PdfVisualContentElement.
Public propertyFormat Gets or sets the formatting properties applied to the PdfVisualContentElement.
Public propertyTransform

Gets or sets the transformation from the new (transformed) coordinate system to the original (untransformed) coordinate system.

All coordinates used after the transformation are expressed in the transformed coordinate system.

Tip  Tip
Before setting the Transform, move PdfVisualContentElement into its own PdfContentGroup so that the transformation is confined to that PdfContentGroup and doesn't have any effect on PdfContentElements outside that PdfContentGroup.
Top
See Also
Inheritance Hierarchy