Documents for PDF, .NET Edition Documentation
GcPdfDocument Class
Members 

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf Namespace : GcPdfDocument Class
Represents a PDF document.

The object model provided by this class follows the PDF 1.7 Reference specification.

Object Model
GcPdfDocument Class
Syntax
'Declaration
 
Public Class GcPdfDocument 
public class GcPdfDocument 
Remarks

To create a PDF document, create an instance of the GcPdfDocument class.

Two approaches are possible for adding content and saving the document: The pages of the document are accessible via the Pages collection. To add content, use Page.Graphics property to get a GrapeCity.Documents.Drawing.GcGraphics for a page. (In sequential mode, only the currently last page of the document can be drawn on.) You can then use that graphics object to draw the desired content.
Inheritance Hierarchy

System.Object
   GrapeCity.Documents.Pdf.GcPdfDocument

See Also

Reference

GcPdfDocument Members
GrapeCity.Documents.Pdf Namespace