PDF .NET Library Documentation - PDF Technologies, Inc.
Canvas provides a drawing space for objects that must render their own images on CurrentPage.

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public class Canvas
Visual Basic (Declaration)
Public Class Canvas
Visual C++
public ref class Canvas

Remarks

The class supports drawing and filling a variety of shapes and lines, writing text and rendering graphic images.

Inheritance Hierarchy

System..::.Object
  PDFTech..::.Canvas
    PDFTech..::.Body

See Also