Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / ContentStream Class
Members

In This Topic
    ContentStream Class
    In This Topic
    Base abstract class for classes representing content streams in a GcPdfDocument.
    Object Model
    ContentStream Class
    Syntax
    'Declaration
     
    Public MustInherit Class ContentStream 
       Inherits GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper
    public abstract class ContentStream : GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase
          GrapeCity.Documents.Pdf.Wrappers.PdfWrapper<T>
             GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper
                GrapeCity.Documents.Pdf.ContentStream
                   GrapeCity.Documents.Pdf.Graphics.FormXObject
                   GrapeCity.Documents.Pdf.PageContentStream

    See Also