ComponentOne PDF for .NET
C1.C1Pdf Namespace / C1PdfDocumentBase Class
Members

In This Topic
    C1PdfDocumentBase Class
    In This Topic
    Abstract base class for the C1PdfDocument type. Provides low-level methods to create and save PDF documents.
    Object Model
    C1PdfDocumentBase Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class C1PdfDocumentBase 
       Inherits System.ComponentModel.Component
    public abstract class C1PdfDocumentBase : System.ComponentModel.Component 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             C1.C1Pdf.C1PdfDocumentBase
                C1.C1Pdf.C1PdfDocument

    See Also