# C1.Document.Util.C1GcPdfGraphics

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Document_Util_C1GcPdfGraphics" data-uid="C1.Document.Util.C1GcPdfGraphics" class="text-break">C1GcPdfGraphics Class
</h1>
  <div class="markdown level0 summary"><p>Represents a graphics object for exporting content to a PDF document using Document Solutions' GcPdf library.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">C1Graphics</span></div>
    <div class="level2"><span class="xref">C1ExportGraphicsBase</span></div>
    <div class="level3"><span class="xref">C1ExportGraphics</span></div>
    <div class="level4"><span class="xref">C1GcPdfGraphics</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Document.Util.html">C1.Document.Util</a></h6>
  <h6><strong>Assembly</strong>: C1.Document.dll</h6>
  <h5 id="C1_Document_Util_C1GcPdfGraphics_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1GcPdfGraphics : C1ExportGraphics, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1GcPdfGraphics
    Inherits C1ExportGraphics
    Implements IDisposable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Document_Util_C1GcPdfGraphics__ctor_GrapeCity_Documents_Drawing_GcGraphics_" data-uid="C1.Document.Util.C1GcPdfGraphics.#ctor(GrapeCity.Documents.Drawing.GcGraphics)">
          <a class="xref" href="C1.Document.Util.C1GcPdfGraphics.-ctor.html#C1_Document_Util_C1GcPdfGraphics__ctor_GrapeCity_Documents_Drawing_GcGraphics_">C1GcPdfGraphics(GcGraphics)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Document.Util.C1GcPdfGraphics.html">C1GcPdfGraphics</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Document_Util_C1GcPdfGraphics_PdfPage" data-uid="C1.Document.Util.C1GcPdfGraphics.PdfPage">
          <a class="xref" href="C1.Document.Util.C1GcPdfGraphics.PdfPage.html#C1_Document_Util_C1GcPdfGraphics_PdfPage">PdfPage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the current PDF page being processed.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Document_Util_C1GcPdfGraphics_WriteBookmark_System_String_C1_Interop_Rect_" data-uid="C1.Document.Util.C1GcPdfGraphics.WriteBookmark(System.String,C1.Interop.Rect)">
          <a class="xref" href="C1.Document.Util.C1GcPdfGraphics.WriteBookmark.html#C1_Document_Util_C1GcPdfGraphics_WriteBookmark_System_String_C1_Interop_Rect_">WriteBookmark(string, Rect)</a>
        </td>
        <td class="markdown level1 summary"><p>Used to identify some area on the <span class="xref">C1.Document.Util.C1Graphics</span> this area can be referenced in
<a class="xref" href="C1.Document.C1Hyperlink.html">WriteHyperlink(C1Hyperlink, Rect)</a> method. Used in &quot;exports&quot; graphics.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_Util_C1GcPdfGraphics_WriteHyperlink_C1_Document_C1Hyperlink_C1_Interop_Rect_" data-uid="C1.Document.Util.C1GcPdfGraphics.WriteHyperlink(C1.Document.C1Hyperlink,C1.Interop.Rect)">
          <a class="xref" href="C1.Document.Util.C1GcPdfGraphics.WriteHyperlink.html#C1_Document_Util_C1GcPdfGraphics_WriteHyperlink_C1_Document_C1Hyperlink_C1_Interop_Rect_">WriteHyperlink(C1Hyperlink, Rect)</a>
        </td>
        <td class="markdown level1 summary"><p>Marks some area as clickable <code class="paramref">hyperlink</code> defines the target.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
