Table of Contents

Namespace iText.Kernel.Pdf.Canvas

Classes

CanvasArtifact

A subclass of CanvasTag for Artifacts.

CanvasGraphicsState

This class is designed for internal usage.

CanvasTag

This class represents a single tag on a single piece of marked content.

PdfCanvas

PdfCanvas class represents an algorithm for writing data into content stream.

PdfCanvasConstants

A container for constants defined in the PDF specification (ISO 32000-1).

PdfCanvasConstants.FillingRule

Rule for determining which points lie inside a path.

PdfCanvasConstants.LineCapStyle

The line cap style specifies the shape to be used at the ends of open subpaths (and dashes, if any) when they are stroked.

PdfCanvasConstants.LineJoinStyle

The line join style specifies the shape to be used at the corners of paths that are stroked.

PdfCanvasConstants.TextRenderingMode

The text rendering mode determines whether showing text causes glyph outlines to be stroked, filled, used as a clipping boundary, or some combination of the three.

PdfPatternCanvas

A PdfCanvas instance with an inherent tiling pattern.