Provides low-level methods to create and save Pdf documents.

Namespace:  C1.Silverlight.Pdf
Assembly:  C1.Silverlight.Pdf (in C1.Silverlight.Pdf.dll)

Syntax

C#
public abstract class C1PdfDocumentBase
Visual Basic
Public MustInherit Class C1PdfDocumentBase

Remarks

This is the base for the C1PdfDocument class.

Inheritance Hierarchy

System..::..Object
  C1.Silverlight.Pdf..::..C1PdfDocumentBase
    C1.Silverlight.Pdf..::..C1PdfDocument

See Also