Click or drag to resize

PdfVisualContentElement Properties

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