[]
Represents a graphics object for exporting content to a PDF document using Document Solutions' GcPdf library.
public class C1GcPdfGraphics : C1ExportGraphics, IDisposable
Public Class C1GcPdfGraphics
Inherits C1ExportGraphics
Implements IDisposable
| Name | Description |
|---|---|
| C1GcPdfGraphics(GcGraphics) | Initializes a new instance of the C1GcPdfGraphics class. |
| Name | Description |
|---|---|
| PdfPage | Gets or sets the current PDF page being processed. |
| Name | Description |
|---|---|
| WriteBookmark(string, Rect) | Used to identify some area on the C1.Document.Util.C1Graphics this area can be referenced in WriteHyperlink(C1Hyperlink, Rect) method. Used in "exports" graphics. |
| WriteHyperlink(C1Hyperlink, Rect) | Marks some area as clickable |