Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / PageContentStreamCollection Class / Add Method / Add() Method

In This Topic
    Add() Method
    In This Topic
    Creates a new PageContentStream and adds it to this PageContentStream.
    Syntax
    'Declaration
     
    Public Overloads Function Add() As PageContentStream
    public PageContentStream Add()

    Return Value

    The newly created page.
    See Also