Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfDocument Class / EndDoc Method

In This Topic
    EndDoc Method
    In This Topic
    Ends document generation in sequential mode. This call must be preceded by a call to StartDoc.
    Syntax
    'Declaration
     
    Public Sub EndDoc() 
    public void EndDoc()
    See Also