[]
        
(Showing Draft Content)

C1.Document.Util.C1GcPdfGraphics

C1GcPdfGraphics Class

Represents a graphics object for exporting content to a PDF document using Document Solutions' GcPdf library.

Inheritance
C1Graphics
C1ExportGraphicsBase
C1ExportGraphics
C1GcPdfGraphics
Implements
Namespace: C1.Document.Util
Assembly: C1.Document.4.6.2.dll
Syntax
public class C1GcPdfGraphics : C1ExportGraphics, IDisposable
Public Class C1GcPdfGraphics
    Inherits C1ExportGraphics
    Implements IDisposable

Constructors

Name Description
C1GcPdfGraphics(GcGraphics)

Initializes a new instance of the C1GcPdfGraphics class.

Properties

Name Description
PdfPage

Gets or sets the current PDF page being processed.

Methods

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.

Marks some area as clickable hyperlink defines the target.