Namespace TallComponents.PDF.Shapes
Class ContentShape
Base type for all content shapes.
Syntax
public class ContentShape : Shape,ITagChild
Constructors
Properties
BlendMode BlendMode
The blend mode used by this shape. (default is BlendMode.Inherit)
Double Opacity
The opacity (0...255) which must be used for this shape. Default is 255 (fully opaque).
Tag ParentTag
The tag connected to this Shape
MarkedContentPropertyList PropertyList
The Property List of the Marked content of the shape
RenderingIntent RenderingIntent
Gets or sets the rendering intent (default is RenderingIntent.RelativeColorimetric).
Transform Transform
Apply this transformation to the content shape before rendering.
Double X
X-position of the lower-left corner, center or start point (depending on shape type).
Double Y
Y-position of the lower-left corner, center or start point (depending on shape type).