# C1.C1Pdf.C1PdfDocument

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Pdf_C1PdfDocument" data-uid="C1.C1Pdf.C1PdfDocument" class="text-break">C1PdfDocument Class
</h1>
  <div class="markdown level0 summary"><p>Provides methods to create and save Pdf documents.</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"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><a class="xref" href="C1.C1Pdf.C1PdfDocumentBase.html">C1PdfDocumentBase</a></div>
    <div class="level4"><span class="xref">C1PdfDocument</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <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.C1Pdf.html">C1.C1Pdf</a></h6>
  <h6><strong>Assembly</strong>: C1.C1Pdf.4.8.dll</h6>
  <h5 id="C1_C1Pdf_C1PdfDocument_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ToolboxBitmap(typeof(C1PdfDocument), &quot;C1PdfDocument.png&quot;)]
[Obsolete(&quot;This library is obsolete. Please use C1.Win.Pdf (part of C1.Pdf for .NET Standard) instead.&quot;)]
public class C1PdfDocument : C1PdfDocumentBase, IComponent, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ToolboxBitmap(GetType(C1PdfDocument), &quot;C1PdfDocument.png&quot;)&gt;
&lt;Obsolete(&quot;This library is obsolete. Please use C1.Win.Pdf (part of C1.Pdf for .NET Standard) instead.&quot;)&gt;
Public Class C1PdfDocument
    Inherits C1PdfDocumentBase
    Implements IComponent, IDisposable</code></pre>
  </div>
  <h5 id="C1_C1Pdf_C1PdfDocument_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>This library is obsolete and may be removed in the future.
Please plan migration to C1.Win.Pdf multitarget library
which contains all the features of this library.</p>
<p>When you create an instance of the <a class="xref" href="C1.C1Pdf.C1PdfDocument.html">C1PdfDocument</a> class, you 
get a Pdf document with a single blank page. You can then add content to the 
page using methods similar to those available in the .NET Graphics class 
(DrawRectangle, DrawString, etc.).</p>
<p>You can add new pages using the <a class="xref" href="C1.C1Pdf.C1PdfDocumentBase.NewPage.html#C1_C1Pdf_C1PdfDocumentBase_NewPage">NewPage()</a> method, 
and select the page size using the <a class="xref" href="C1.C1Pdf.C1PdfDocument.PaperKind.html#C1_C1Pdf_C1PdfDocument_PaperKind">PaperKind</a> or <a class="xref" href="C1.C1Pdf.C1PdfDocument.PageSize.html#C1_C1Pdf_C1PdfDocument_PageSize">PageSize</a> 
properties.</p>
<p>When the document is ready, you can save it to a file or a stream using the 
<a class="xref" href="C1.C1Pdf.C1PdfDocumentBase.Save.html#C1_C1Pdf_C1PdfDocumentBase_Save_System_String_">Save(string)</a> method.</p>
<p>The coordinate system used by <a class="xref" href="C1.C1Pdf.C1PdfDocument.html">C1PdfDocument</a> is based on 
points, with the origin located at the top left corner of the page. You can 
retrieve the page rectangle (measured in points) using the 
<a class="xref" href="C1.C1Pdf.C1PdfDocumentBase.PageRectangle.html#C1_C1Pdf_C1PdfDocumentBase_PageRectangle">PageRectangle</a> property.</p>
</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_C1Pdf_C1PdfDocument__ctor" data-uid="C1.C1Pdf.C1PdfDocument.#ctor">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.-ctor.html#C1_C1Pdf_C1PdfDocument__ctor">C1PdfDocument()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of the <a class="xref" href="C1.C1Pdf.C1PdfDocument.html">C1PdfDocument</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument__ctor_System_Drawing_Printing_PaperKind_" data-uid="C1.C1Pdf.C1PdfDocument.#ctor(System.Drawing.Printing.PaperKind)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.-ctor.html#C1_C1Pdf_C1PdfDocument__ctor_System_Drawing_Printing_PaperKind_">C1PdfDocument(PaperKind)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of the <a class="xref" href="C1.C1Pdf.C1PdfDocument.html">C1PdfDocument</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument__ctor_System_Drawing_Printing_PaperKind_System_Boolean_" data-uid="C1.C1Pdf.C1PdfDocument.#ctor(System.Drawing.Printing.PaperKind,System.Boolean)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.-ctor.html#C1_C1Pdf_C1PdfDocument__ctor_System_Drawing_Printing_PaperKind_System_Boolean_">C1PdfDocument(PaperKind, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of the <a class="xref" href="C1.C1Pdf.C1PdfDocument.html">C1PdfDocument</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument__ctor_System_Drawing_SizeF_" data-uid="C1.C1Pdf.C1PdfDocument.#ctor(System.Drawing.SizeF)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.-ctor.html#C1_C1Pdf_C1PdfDocument__ctor_System_Drawing_SizeF_">C1PdfDocument(SizeF)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of the <a class="xref" href="C1.C1Pdf.C1PdfDocument.html">C1PdfDocument</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_C1Pdf_C1PdfDocument_CurrentPage" data-uid="C1.C1Pdf.C1PdfDocument.CurrentPage">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.CurrentPage.html#C1_C1Pdf_C1PdfDocument_CurrentPage">CurrentPage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the index of the current page within the document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_Landscape" data-uid="C1.C1Pdf.C1PdfDocument.Landscape">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.Landscape.html#C1_C1Pdf_C1PdfDocument_Landscape">Landscape</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default page orientation for the document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_MaxHeaderBookmarkLevel" data-uid="C1.C1Pdf.C1PdfDocument.MaxHeaderBookmarkLevel">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.MaxHeaderBookmarkLevel.html#C1_C1Pdf_C1PdfDocument_MaxHeaderBookmarkLevel">MaxHeaderBookmarkLevel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum header level to create bookmarks for when rendering HTML text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_PageSize" data-uid="C1.C1Pdf.C1PdfDocument.PageSize">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.PageSize.html#C1_C1Pdf_C1PdfDocument_PageSize">PageSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default page size for the document (in points).</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_PaperKind" data-uid="C1.C1Pdf.C1PdfDocument.PaperKind">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.PaperKind.html#C1_C1Pdf_C1PdfDocument_PaperKind">PaperKind</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default page size for the document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_ParseEmfPlus" data-uid="C1.C1Pdf.C1PdfDocument.ParseEmfPlus">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.ParseEmfPlus.html#C1_C1Pdf_C1PdfDocument_ParseEmfPlus">ParseEmfPlus</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the flag to convert EMF PLUS metafiles to EMF ONLY metafiles or no.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_RotateAngle" data-uid="C1.C1Pdf.C1PdfDocument.RotateAngle">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.RotateAngle.html#C1_C1Pdf_C1PdfDocument_RotateAngle">RotateAngle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the rotate angle for drawing simple objects for the document in degree (from -360 to 360).</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_C1Pdf_C1PdfDocument_AddAttachment_System_String_System_Byte___System_Drawing_RectangleF_C1_C1Pdf_AttachmentIconEnum_System_Drawing_Color_" data-uid="C1.C1Pdf.C1PdfDocument.AddAttachment(System.String,System.Byte[],System.Drawing.RectangleF,C1.C1Pdf.AttachmentIconEnum,System.Drawing.Color)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.AddAttachment.html#C1_C1Pdf_C1PdfDocument_AddAttachment_System_String_System_Byte___System_Drawing_RectangleF_C1_C1Pdf_AttachmentIconEnum_System_Drawing_Color_">AddAttachment(string, byte[], RectangleF, AttachmentIconEnum, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a stream-based attachment to the current page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_AddAttachment_System_String_System_Byte___System_Drawing_RectangleF_System_Int32_C1_C1Pdf_AttachmentIconEnum_System_Drawing_Color_" data-uid="C1.C1Pdf.C1PdfDocument.AddAttachment(System.String,System.Byte[],System.Drawing.RectangleF,System.Int32,C1.C1Pdf.AttachmentIconEnum,System.Drawing.Color)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.AddAttachment.html#C1_C1Pdf_C1PdfDocument_AddAttachment_System_String_System_Byte___System_Drawing_RectangleF_System_Int32_C1_C1Pdf_AttachmentIconEnum_System_Drawing_Color_">AddAttachment(string, byte[], RectangleF, int, AttachmentIconEnum, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a stream-based attachment to the document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_AddAttachment_System_String_System_Drawing_RectangleF_" data-uid="C1.C1Pdf.C1PdfDocument.AddAttachment(System.String,System.Drawing.RectangleF)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.AddAttachment.html#C1_C1Pdf_C1PdfDocument_AddAttachment_System_String_System_Drawing_RectangleF_">AddAttachment(string, RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a file attachment to the current page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_AddAttachment_System_String_System_Drawing_RectangleF_C1_C1Pdf_AttachmentIconEnum_System_Drawing_Color_" data-uid="C1.C1Pdf.C1PdfDocument.AddAttachment(System.String,System.Drawing.RectangleF,C1.C1Pdf.AttachmentIconEnum,System.Drawing.Color)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.AddAttachment.html#C1_C1Pdf_C1PdfDocument_AddAttachment_System_String_System_Drawing_RectangleF_C1_C1Pdf_AttachmentIconEnum_System_Drawing_Color_">AddAttachment(string, RectangleF, AttachmentIconEnum, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a file attachment to the current page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_AddAttachment_System_String_System_Drawing_RectangleF_System_Int32_C1_C1Pdf_AttachmentIconEnum_System_Drawing_Color_" data-uid="C1.C1Pdf.C1PdfDocument.AddAttachment(System.String,System.Drawing.RectangleF,System.Int32,C1.C1Pdf.AttachmentIconEnum,System.Drawing.Color)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.AddAttachment.html#C1_C1Pdf_C1PdfDocument_AddAttachment_System_String_System_Drawing_RectangleF_System_Int32_C1_C1Pdf_AttachmentIconEnum_System_Drawing_Color_">AddAttachment(string, RectangleF, int, AttachmentIconEnum, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a file attachment to the document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_AddBookmark_System_String_System_Int32_System_Double_" data-uid="C1.C1Pdf.C1PdfDocument.AddBookmark(System.String,System.Int32,System.Double)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.AddBookmark.html#C1_C1Pdf_C1PdfDocument_AddBookmark_System_String_System_Int32_System_Double_">AddBookmark(string, int, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a bookmark to the current page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_AddBookmark_System_String_System_Int32_System_Double_System_Boolean_" data-uid="C1.C1Pdf.C1PdfDocument.AddBookmark(System.String,System.Int32,System.Double,System.Boolean)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.AddBookmark.html#C1_C1Pdf_C1PdfDocument_AddBookmark_System_String_System_Int32_System_Double_System_Boolean_">AddBookmark(string, int, double, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a bookmark to the current page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_AddBookmark_System_String_System_Int32_System_Int32_System_Double_" data-uid="C1.C1Pdf.C1PdfDocument.AddBookmark(System.String,System.Int32,System.Int32,System.Double)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.AddBookmark.html#C1_C1Pdf_C1PdfDocument_AddBookmark_System_String_System_Int32_System_Int32_System_Double_">AddBookmark(string, int, int, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a bookmark to the specified page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_AddBookmark_System_String_System_Int32_System_String_" data-uid="C1.C1Pdf.C1PdfDocument.AddBookmark(System.String,System.Int32,System.String)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.AddBookmark.html#C1_C1Pdf_C1PdfDocument_AddBookmark_System_String_System_Int32_System_String_">AddBookmark(string, int, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a bookmark to the specified page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_AddField_C1_C1Pdf_PdfFieldBase_System_Drawing_RectangleF_" data-uid="C1.C1Pdf.C1PdfDocument.AddField(C1.C1Pdf.PdfFieldBase,System.Drawing.RectangleF)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.AddField.html#C1_C1Pdf_C1PdfDocument_AddField_C1_C1Pdf_PdfFieldBase_System_Drawing_RectangleF_">AddField(PdfFieldBase, RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an AcroField to the current page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_AddField_C1_C1Pdf_PdfFieldBase_System_Int32_System_Drawing_RectangleF_" data-uid="C1.C1Pdf.C1PdfDocument.AddField(C1.C1Pdf.PdfFieldBase,System.Int32,System.Drawing.RectangleF)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.AddField.html#C1_C1Pdf_C1PdfDocument_AddField_C1_C1Pdf_PdfFieldBase_System_Int32_System_Drawing_RectangleF_">AddField(PdfFieldBase, int, RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an AcroField to the document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_AddLink_System_String_System_Drawing_RectangleF_" data-uid="C1.C1Pdf.C1PdfDocument.AddLink(System.String,System.Drawing.RectangleF)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.AddLink.html#C1_C1Pdf_C1PdfDocument_AddLink_System_String_System_Drawing_RectangleF_">AddLink(string, RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a hyperlink to the current page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_AddLink_System_String_System_Int32_System_Drawing_RectangleF_" data-uid="C1.C1Pdf.C1PdfDocument.AddLink(System.String,System.Int32,System.Drawing.RectangleF)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.AddLink.html#C1_C1Pdf_C1PdfDocument_AddLink_System_String_System_Int32_System_Drawing_RectangleF_">AddLink(string, int, RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a hyperlink to the document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_AddNote_C1_C1Pdf_PdfNoteBase_System_Drawing_RectangleF_" data-uid="C1.C1Pdf.C1PdfDocument.AddNote(C1.C1Pdf.PdfNoteBase,System.Drawing.RectangleF)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.AddNote.html#C1_C1Pdf_C1PdfDocument_AddNote_C1_C1Pdf_PdfNoteBase_System_Drawing_RectangleF_">AddNote(PdfNoteBase, RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an annotation item to the current page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_AddNote_C1_C1Pdf_PdfNoteBase_System_Int32_System_Drawing_RectangleF_" data-uid="C1.C1Pdf.C1PdfDocument.AddNote(C1.C1Pdf.PdfNoteBase,System.Int32,System.Drawing.RectangleF)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.AddNote.html#C1_C1Pdf_C1PdfDocument_AddNote_C1_C1Pdf_PdfNoteBase_System_Int32_System_Drawing_RectangleF_">AddNote(PdfNoteBase, int, RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an annotation item to the document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_AddTarget_System_String_System_Drawing_RectangleF_" data-uid="C1.C1Pdf.C1PdfDocument.AddTarget(System.String,System.Drawing.RectangleF)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.AddTarget.html#C1_C1Pdf_C1PdfDocument_AddTarget_System_String_System_Drawing_RectangleF_">AddTarget(string, RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a hyperlink target to the current page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_AddTarget_System_String_System_Int32_System_Drawing_RectangleF_" data-uid="C1.C1Pdf.C1PdfDocument.AddTarget(System.String,System.Int32,System.Drawing.RectangleF)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.AddTarget.html#C1_C1Pdf_C1PdfDocument_AddTarget_System_String_System_Int32_System_Drawing_RectangleF_">AddTarget(string, int, RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a hyperlink target to the document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_ClipPath_System_Drawing_PointF___System_Byte___" data-uid="C1.C1Pdf.C1PdfDocument.ClipPath(System.Drawing.PointF[],System.Byte[])">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.ClipPath.html#C1_C1Pdf_C1PdfDocument_ClipPath_System_Drawing_PointF___System_Byte___">ClipPath(PointF[], byte[])</a>
        </td>
        <td class="markdown level1 summary"><p>Start clipping use a path defined by points and types.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_ClipStop" data-uid="C1.C1Pdf.C1PdfDocument.ClipStop">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.ClipStop.html#C1_C1Pdf_C1PdfDocument_ClipStop">ClipStop()</a>
        </td>
        <td class="markdown level1 summary"><p>Stop path clipping.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_Dispose_System_Boolean_" data-uid="C1.C1Pdf.C1PdfDocument.Dispose(System.Boolean)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.Dispose.html#C1_C1Pdf_C1PdfDocument_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Releases all resources used by the Control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_DrawArc_System_Drawing_Pen_System_Drawing_RectangleF_System_Single_System_Single_" data-uid="C1.C1Pdf.C1PdfDocument.DrawArc(System.Drawing.Pen,System.Drawing.RectangleF,System.Single,System.Single)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.DrawArc.html#C1_C1Pdf_C1PdfDocument_DrawArc_System_Drawing_Pen_System_Drawing_RectangleF_System_Single_System_Single_">DrawArc(Pen, RectangleF, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws an arc defined by an ellipse specified by a rectangle structure and two radial lines.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_DrawBezier_System_Drawing_Pen_System_Drawing_PointF_System_Drawing_PointF_System_Drawing_PointF_System_Drawing_PointF_" data-uid="C1.C1Pdf.C1PdfDocument.DrawBezier(System.Drawing.Pen,System.Drawing.PointF,System.Drawing.PointF,System.Drawing.PointF,System.Drawing.PointF)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.DrawBezier.html#C1_C1Pdf_C1PdfDocument_DrawBezier_System_Drawing_Pen_System_Drawing_PointF_System_Drawing_PointF_System_Drawing_PointF_System_Drawing_PointF_">DrawBezier(Pen, PointF, PointF, PointF, PointF)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws a Bezier spline defined by four point structures.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_DrawBeziers_System_Drawing_Pen_System_Drawing_PointF___" data-uid="C1.C1Pdf.C1PdfDocument.DrawBeziers(System.Drawing.Pen,System.Drawing.PointF[])">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.DrawBeziers.html#C1_C1Pdf_C1PdfDocument_DrawBeziers_System_Drawing_Pen_System_Drawing_PointF___">DrawBeziers(Pen, PointF[])</a>
        </td>
        <td class="markdown level1 summary"><p>Draws a series of Bezier splines from an array of point structures.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_DrawEllipse_System_Drawing_Pen_System_Drawing_RectangleF_" data-uid="C1.C1Pdf.C1PdfDocument.DrawEllipse(System.Drawing.Pen,System.Drawing.RectangleF)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.DrawEllipse.html#C1_C1Pdf_C1PdfDocument_DrawEllipse_System_Drawing_Pen_System_Drawing_RectangleF_">DrawEllipse(Pen, RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws an ellipse defined by a bounding rectangle specified by a rectangle structure.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_DrawEllipse_System_Drawing_Pen_System_Single_System_Single_System_Single_System_Single_" data-uid="C1.C1Pdf.C1PdfDocument.DrawEllipse(System.Drawing.Pen,System.Single,System.Single,System.Single,System.Single)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.DrawEllipse.html#C1_C1Pdf_C1PdfDocument_DrawEllipse_System_Drawing_Pen_System_Single_System_Single_System_Single_System_Single_">DrawEllipse(Pen, float, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws an ellipse defined by a bounding rectangle specified by a coordinate pair, a width, and a height.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_DrawGlyphs_System_String_System_Int16___System_Single___C1_Util_FontSubSet_System_Single_System_Drawing_Brush_System_Drawing_PointF_System_Drawing_Drawing2D_Matrix_System_Single_System_Boolean_" data-uid="C1.C1Pdf.C1PdfDocument.DrawGlyphs(System.String,System.Int16[],System.Single[],C1.Util.FontSubSet,System.Single,System.Drawing.Brush,System.Drawing.PointF,System.Drawing.Drawing2D.Matrix,System.Single,System.Boolean)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.DrawGlyphs.html#C1_C1Pdf_C1PdfDocument_DrawGlyphs_System_String_System_Int16___System_Single___C1_Util_FontSubSet_System_Single_System_Drawing_Brush_System_Drawing_PointF_System_Drawing_Drawing2D_Matrix_System_Single_System_Boolean_">DrawGlyphs(string, short[], float[], FontSubSet, float, Brush, PointF, Matrix, float, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws a string by glyphs.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_DrawImage_System_Drawing_Image_System_Drawing_RectangleF_" data-uid="C1.C1Pdf.C1PdfDocument.DrawImage(System.Drawing.Image,System.Drawing.RectangleF)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.DrawImage.html#C1_C1Pdf_C1PdfDocument_DrawImage_System_Drawing_Image_System_Drawing_RectangleF_">DrawImage(Image, RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.image">Image</a> object at the specified location,
stretching it to fit the destination rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_DrawImage_System_Drawing_Image_System_Drawing_RectangleF_System_Drawing_ContentAlignment_C1_C1Pdf_ImageSizeModeEnum_" data-uid="C1.C1Pdf.C1PdfDocument.DrawImage(System.Drawing.Image,System.Drawing.RectangleF,System.Drawing.ContentAlignment,C1.C1Pdf.ImageSizeModeEnum)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.DrawImage.html#C1_C1Pdf_C1PdfDocument_DrawImage_System_Drawing_Image_System_Drawing_RectangleF_System_Drawing_ContentAlignment_C1_C1Pdf_ImageSizeModeEnum_">DrawImage(Image, RectangleF, ContentAlignment, ImageSizeModeEnum)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.image">Image</a> object at the specified location,
adjusting the image size as specified by the <code class="paramref">align</code> and
<code class="paramref">mode</code> parameters.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_DrawImage_System_Drawing_Image_System_Drawing_RectangleF_System_Drawing_RectangleF_" data-uid="C1.C1Pdf.C1PdfDocument.DrawImage(System.Drawing.Image,System.Drawing.RectangleF,System.Drawing.RectangleF)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.DrawImage.html#C1_C1Pdf_C1PdfDocument_DrawImage_System_Drawing_Image_System_Drawing_RectangleF_System_Drawing_RectangleF_">DrawImage(Image, RectangleF, RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.image">Image</a> object at the specified location,
clipping the output to the given clipping rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_DrawLine_System_Drawing_Pen_System_Drawing_PointF_System_Drawing_PointF_" data-uid="C1.C1Pdf.C1PdfDocument.DrawLine(System.Drawing.Pen,System.Drawing.PointF,System.Drawing.PointF)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.DrawLine.html#C1_C1Pdf_C1PdfDocument_DrawLine_System_Drawing_Pen_System_Drawing_PointF_System_Drawing_PointF_">DrawLine(Pen, PointF, PointF)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws a line connecting two point structures.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_DrawLine_System_Drawing_Pen_System_Single_System_Single_System_Single_System_Single_" data-uid="C1.C1Pdf.C1PdfDocument.DrawLine(System.Drawing.Pen,System.Single,System.Single,System.Single,System.Single)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.DrawLine.html#C1_C1Pdf_C1PdfDocument_DrawLine_System_Drawing_Pen_System_Single_System_Single_System_Single_System_Single_">DrawLine(Pen, float, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws a line connecting the two points specified by coordinate pairs.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_DrawLines_System_Drawing_Pen_System_Drawing_PointF___" data-uid="C1.C1Pdf.C1PdfDocument.DrawLines(System.Drawing.Pen,System.Drawing.PointF[])">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.DrawLines.html#C1_C1Pdf_C1PdfDocument_DrawLines_System_Drawing_Pen_System_Drawing_PointF___">DrawLines(Pen, PointF[])</a>
        </td>
        <td class="markdown level1 summary"><p>Draws a series of line segments that connect an array of point structures.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_DrawMetafile_System_Drawing_Imaging_Metafile_System_Drawing_RectangleF_System_Drawing_RectangleF_System_Boolean_System_Drawing_GraphicsUnit_" data-uid="C1.C1Pdf.C1PdfDocument.DrawMetafile(System.Drawing.Imaging.Metafile,System.Drawing.RectangleF,System.Drawing.RectangleF,System.Boolean,System.Drawing.GraphicsUnit)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.DrawMetafile.html#C1_C1Pdf_C1PdfDocument_DrawMetafile_System_Drawing_Imaging_Metafile_System_Drawing_RectangleF_System_Drawing_RectangleF_System_Boolean_System_Drawing_GraphicsUnit_">DrawMetafile(Metafile, RectangleF, RectangleF, bool, GraphicsUnit)</a>
        </td>
        <td class="markdown level1 summary"><p>Draw metafile.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_DrawPath_System_Drawing_Pen_System_Drawing_Drawing2D_GraphicsPath_" data-uid="C1.C1Pdf.C1PdfDocument.DrawPath(System.Drawing.Pen,System.Drawing.Drawing2D.GraphicsPath)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.DrawPath.html#C1_C1Pdf_C1PdfDocument_DrawPath_System_Drawing_Pen_System_Drawing_Drawing2D_GraphicsPath_">DrawPath(Pen, GraphicsPath)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws a path defined by a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.drawing2d.graphicspath">GraphicsPath</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_DrawPath_System_Drawing_Pen_System_Drawing_Drawing2D_GraphicsPath_System_Boolean_" data-uid="C1.C1Pdf.C1PdfDocument.DrawPath(System.Drawing.Pen,System.Drawing.Drawing2D.GraphicsPath,System.Boolean)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.DrawPath.html#C1_C1Pdf_C1PdfDocument_DrawPath_System_Drawing_Pen_System_Drawing_Drawing2D_GraphicsPath_System_Boolean_">DrawPath(Pen, GraphicsPath, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws a path defined by a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.drawing2d.graphicspath">GraphicsPath</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_DrawPath_System_Drawing_Pen_System_Drawing_PointF___System_Byte___System_Boolean_" data-uid="C1.C1Pdf.C1PdfDocument.DrawPath(System.Drawing.Pen,System.Drawing.PointF[],System.Byte[],System.Boolean)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.DrawPath.html#C1_C1Pdf_C1PdfDocument_DrawPath_System_Drawing_Pen_System_Drawing_PointF___System_Byte___System_Boolean_">DrawPath(Pen, PointF[], byte[], bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws a path defined by points and types.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_DrawPie_System_Drawing_Pen_System_Drawing_RectangleF_System_Single_System_Single_" data-uid="C1.C1Pdf.C1PdfDocument.DrawPie(System.Drawing.Pen,System.Drawing.RectangleF,System.Single,System.Single)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.DrawPie.html#C1_C1Pdf_C1PdfDocument_DrawPie_System_Drawing_Pen_System_Drawing_RectangleF_System_Single_System_Single_">DrawPie(Pen, RectangleF, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws a pie shape defined by an ellipse specified by a rectangle structure and two radial lines.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_DrawPolygon_System_Drawing_Pen_System_Drawing_PointF___" data-uid="C1.C1Pdf.C1PdfDocument.DrawPolygon(System.Drawing.Pen,System.Drawing.PointF[])">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.DrawPolygon.html#C1_C1Pdf_C1PdfDocument_DrawPolygon_System_Drawing_Pen_System_Drawing_PointF___">DrawPolygon(Pen, PointF[])</a>
        </td>
        <td class="markdown level1 summary"><p>Draws a polygon defined by an array of point structures.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_DrawRectangle_System_Drawing_Pen_System_Drawing_RectangleF_" data-uid="C1.C1Pdf.C1PdfDocument.DrawRectangle(System.Drawing.Pen,System.Drawing.RectangleF)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.DrawRectangle.html#C1_C1Pdf_C1PdfDocument_DrawRectangle_System_Drawing_Pen_System_Drawing_RectangleF_">DrawRectangle(Pen, RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws a rectangle specified by a rectangle structure.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_DrawRectangle_System_Drawing_Pen_System_Drawing_RectangleF_System_Drawing_SizeF_" data-uid="C1.C1Pdf.C1PdfDocument.DrawRectangle(System.Drawing.Pen,System.Drawing.RectangleF,System.Drawing.SizeF)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.DrawRectangle.html#C1_C1Pdf_C1PdfDocument_DrawRectangle_System_Drawing_Pen_System_Drawing_RectangleF_System_Drawing_SizeF_">DrawRectangle(Pen, RectangleF, SizeF)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws a rounded rectangle specified by rectangle and size structures.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_DrawRectangle_System_Drawing_Pen_System_Single_System_Single_System_Single_System_Single_" data-uid="C1.C1Pdf.C1PdfDocument.DrawRectangle(System.Drawing.Pen,System.Single,System.Single,System.Single,System.Single)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.DrawRectangle.html#C1_C1Pdf_C1PdfDocument_DrawRectangle_System_Drawing_Pen_System_Single_System_Single_System_Single_System_Single_">DrawRectangle(Pen, float, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws a rectangle specified by a coordinate pair, a width, and a height.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_DrawString_System_String_System_Drawing_Font_System_Drawing_Brush_System_Drawing_PointF_" data-uid="C1.C1Pdf.C1PdfDocument.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.PointF)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.DrawString.html#C1_C1Pdf_C1PdfDocument_DrawString_System_String_System_Drawing_Font_System_Drawing_Brush_System_Drawing_PointF_">DrawString(string, Font, Brush, PointF)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the specified text string at the specified point with the
specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.brush">Brush</a> and <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.font">Font</a> objects.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_DrawString_System_String_System_Drawing_Font_System_Drawing_Brush_System_Drawing_PointF_System_Drawing_StringFormat_" data-uid="C1.C1Pdf.C1PdfDocument.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.PointF,System.Drawing.StringFormat)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.DrawString.html#C1_C1Pdf_C1PdfDocument_DrawString_System_String_System_Drawing_Font_System_Drawing_Brush_System_Drawing_PointF_System_Drawing_StringFormat_">DrawString(string, Font, Brush, PointF, StringFormat)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the specified text string at the specified point with the
specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.brush">Brush</a> and <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.font">Font</a> objects using the
formatting attributes of the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.stringformat">StringFormat</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_DrawString_System_String_System_Drawing_Font_System_Drawing_Brush_System_Drawing_PointF_System_Drawing_StringFormat_System_Single_" data-uid="C1.C1Pdf.C1PdfDocument.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.PointF,System.Drawing.StringFormat,System.Single)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.DrawString.html#C1_C1Pdf_C1PdfDocument_DrawString_System_String_System_Drawing_Font_System_Drawing_Brush_System_Drawing_PointF_System_Drawing_StringFormat_System_Single_">DrawString(string, Font, Brush, PointF, StringFormat, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the specified text string at the specified point with the
specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.brush">Brush</a> and <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.font">Font</a> objects using the
formatting attributes of the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.stringformat">StringFormat</a> object
and specified width coefficient of text characters.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_DrawString_System_String_System_Drawing_Font_System_Drawing_Brush_System_Drawing_PointF_System_Single_" data-uid="C1.C1Pdf.C1PdfDocument.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.PointF,System.Single)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.DrawString.html#C1_C1Pdf_C1PdfDocument_DrawString_System_String_System_Drawing_Font_System_Drawing_Brush_System_Drawing_PointF_System_Single_">DrawString(string, Font, Brush, PointF, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the specified text string at the specified point with the
specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.brush">Brush</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.font">Font</a> objects
and specified width coefficient of text characters.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_DrawString_System_String_System_Drawing_Font_System_Drawing_Brush_System_Drawing_RectangleF_" data-uid="C1.C1Pdf.C1PdfDocument.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.RectangleF)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.DrawString.html#C1_C1Pdf_C1PdfDocument_DrawString_System_String_System_Drawing_Font_System_Drawing_Brush_System_Drawing_RectangleF_">DrawString(string, Font, Brush, RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the specified text string in the specified rectangle with the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.brush">Brush</a> and <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.font">Font</a> objects.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_DrawString_System_String_System_Drawing_Font_System_Drawing_Brush_System_Drawing_RectangleF_System_Drawing_StringFormat_" data-uid="C1.C1Pdf.C1PdfDocument.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.RectangleF,System.Drawing.StringFormat)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.DrawString.html#C1_C1Pdf_C1PdfDocument_DrawString_System_String_System_Drawing_Font_System_Drawing_Brush_System_Drawing_RectangleF_System_Drawing_StringFormat_">DrawString(string, Font, Brush, RectangleF, StringFormat)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the specified text string in the specified rectangle with the
specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.brush">Brush</a> and <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.font">Font</a> objects using the
formatting attributes of the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.stringformat">StringFormat</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_DrawString_System_String_System_Drawing_Font_System_Drawing_Brush_System_Drawing_RectangleF_System_Drawing_StringFormat_System_Single_" data-uid="C1.C1Pdf.C1PdfDocument.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.RectangleF,System.Drawing.StringFormat,System.Single)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.DrawString.html#C1_C1Pdf_C1PdfDocument_DrawString_System_String_System_Drawing_Font_System_Drawing_Brush_System_Drawing_RectangleF_System_Drawing_StringFormat_System_Single_">DrawString(string, Font, Brush, RectangleF, StringFormat, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the specified text string in the specified rectangle with the
specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.brush">Brush</a> and <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.font">Font</a> objects using the
formatting attributes of the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.stringformat">StringFormat</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_DrawString_System_String_System_Drawing_Font_System_Drawing_Brush_System_Drawing_RectangleF_System_Int32_" data-uid="C1.C1Pdf.C1PdfDocument.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.RectangleF,System.Int32)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.DrawString.html#C1_C1Pdf_C1PdfDocument_DrawString_System_String_System_Drawing_Font_System_Drawing_Brush_System_Drawing_RectangleF_System_Int32_">DrawString(string, Font, Brush, RectangleF, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the specified text string in the specified rectangle with the
specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.brush">Brush</a> and <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.font">Font</a> objects using the
formatting attributes of the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.stringformat">StringFormat</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_DrawString_System_String_System_Drawing_Font_System_Drawing_Brush_System_Drawing_RectangleF_System_Int32_System_Drawing_StringFormat_" data-uid="C1.C1Pdf.C1PdfDocument.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.RectangleF,System.Int32,System.Drawing.StringFormat)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.DrawString.html#C1_C1Pdf_C1PdfDocument_DrawString_System_String_System_Drawing_Font_System_Drawing_Brush_System_Drawing_RectangleF_System_Int32_System_Drawing_StringFormat_">DrawString(string, Font, Brush, RectangleF, int, StringFormat)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the specified text string in the specified rectangle with the
specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.brush">Brush</a> and <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.font">Font</a> objects using the
formatting attributes of the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.stringformat">StringFormat</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_DrawString_System_String_System_Drawing_Font_System_Drawing_Brush_System_Drawing_RectangleF_System_Int32_System_Drawing_StringFormat_System_Single_" data-uid="C1.C1Pdf.C1PdfDocument.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.RectangleF,System.Int32,System.Drawing.StringFormat,System.Single)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.DrawString.html#C1_C1Pdf_C1PdfDocument_DrawString_System_String_System_Drawing_Font_System_Drawing_Brush_System_Drawing_RectangleF_System_Int32_System_Drawing_StringFormat_System_Single_">DrawString(string, Font, Brush, RectangleF, int, StringFormat, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the specified text string in the specified rectangle,
with the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.brush">Brush</a> and <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.font">Font</a>,
using the formatting attributes of the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.stringformat">StringFormat</a> object
and specified character width coefficient.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_DrawString_System_String_System_Drawing_Font_System_Drawing_Color_System_Drawing_PointF_" data-uid="C1.C1Pdf.C1PdfDocument.DrawString(System.String,System.Drawing.Font,System.Drawing.Color,System.Drawing.PointF)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.DrawString.html#C1_C1Pdf_C1PdfDocument_DrawString_System_String_System_Drawing_Font_System_Drawing_Color_System_Drawing_PointF_">DrawString(string, Font, Color, PointF)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the specified text string at the specified point with the
specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.brush">Brush</a> and <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.font">Font</a> objects.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_DrawString_System_String_System_Drawing_Font_System_Drawing_Color_System_Drawing_PointF_System_Drawing_StringFormat_" data-uid="C1.C1Pdf.C1PdfDocument.DrawString(System.String,System.Drawing.Font,System.Drawing.Color,System.Drawing.PointF,System.Drawing.StringFormat)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.DrawString.html#C1_C1Pdf_C1PdfDocument_DrawString_System_String_System_Drawing_Font_System_Drawing_Color_System_Drawing_PointF_System_Drawing_StringFormat_">DrawString(string, Font, Color, PointF, StringFormat)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the specified text string at the specified point with the
specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.brush">Brush</a> and <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.font">Font</a> objects using the
formatting attributes of the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.stringformat">StringFormat</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_DrawString_System_String_System_Drawing_Font_System_Drawing_Color_System_Drawing_PointF_System_Drawing_StringFormat_System_Single_" data-uid="C1.C1Pdf.C1PdfDocument.DrawString(System.String,System.Drawing.Font,System.Drawing.Color,System.Drawing.PointF,System.Drawing.StringFormat,System.Single)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.DrawString.html#C1_C1Pdf_C1PdfDocument_DrawString_System_String_System_Drawing_Font_System_Drawing_Color_System_Drawing_PointF_System_Drawing_StringFormat_System_Single_">DrawString(string, Font, Color, PointF, StringFormat, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the specified text string at the specified point with the
specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.brush">Brush</a> and <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.font">Font</a> objects using the
formatting attributes of the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.stringformat">StringFormat</a> object
and specified width coefficient of text characters.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_DrawString_System_String_System_Drawing_Font_System_Drawing_Color_System_Drawing_PointF_System_Single_" data-uid="C1.C1Pdf.C1PdfDocument.DrawString(System.String,System.Drawing.Font,System.Drawing.Color,System.Drawing.PointF,System.Single)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.DrawString.html#C1_C1Pdf_C1PdfDocument_DrawString_System_String_System_Drawing_Font_System_Drawing_Color_System_Drawing_PointF_System_Single_">DrawString(string, Font, Color, PointF, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the specified text string at the specified point with the
specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.brush">Brush</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.font">Font</a> objects
and specified width coefficient of text characters.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_DrawString_System_String_System_Drawing_Font_System_Drawing_Color_System_Drawing_RectangleF_" data-uid="C1.C1Pdf.C1PdfDocument.DrawString(System.String,System.Drawing.Font,System.Drawing.Color,System.Drawing.RectangleF)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.DrawString.html#C1_C1Pdf_C1PdfDocument_DrawString_System_String_System_Drawing_Font_System_Drawing_Color_System_Drawing_RectangleF_">DrawString(string, Font, Color, RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the specified text string in the specified rectangle with the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.brush">Brush</a> and <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.font">Font</a> objects.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_DrawString_System_String_System_Drawing_Font_System_Drawing_Color_System_Drawing_RectangleF_System_Drawing_StringFormat_" data-uid="C1.C1Pdf.C1PdfDocument.DrawString(System.String,System.Drawing.Font,System.Drawing.Color,System.Drawing.RectangleF,System.Drawing.StringFormat)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.DrawString.html#C1_C1Pdf_C1PdfDocument_DrawString_System_String_System_Drawing_Font_System_Drawing_Color_System_Drawing_RectangleF_System_Drawing_StringFormat_">DrawString(string, Font, Color, RectangleF, StringFormat)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the specified text string in the specified rectangle with the
specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.brush">Brush</a> and <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.font">Font</a> objects using the
formatting attributes of the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.stringformat">StringFormat</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_DrawString_System_String_System_Drawing_Font_System_Drawing_Color_System_Drawing_RectangleF_System_Drawing_StringFormat_System_Single_" data-uid="C1.C1Pdf.C1PdfDocument.DrawString(System.String,System.Drawing.Font,System.Drawing.Color,System.Drawing.RectangleF,System.Drawing.StringFormat,System.Single)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.DrawString.html#C1_C1Pdf_C1PdfDocument_DrawString_System_String_System_Drawing_Font_System_Drawing_Color_System_Drawing_RectangleF_System_Drawing_StringFormat_System_Single_">DrawString(string, Font, Color, RectangleF, StringFormat, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the specified text string in the specified rectangle with the
specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.brush">Brush</a> and <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.font">Font</a> objects using the
formatting attributes of the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.stringformat">StringFormat</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_DrawString_System_String_System_Drawing_Font_System_Drawing_Color_System_Drawing_RectangleF_System_Int32_" data-uid="C1.C1Pdf.C1PdfDocument.DrawString(System.String,System.Drawing.Font,System.Drawing.Color,System.Drawing.RectangleF,System.Int32)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.DrawString.html#C1_C1Pdf_C1PdfDocument_DrawString_System_String_System_Drawing_Font_System_Drawing_Color_System_Drawing_RectangleF_System_Int32_">DrawString(string, Font, Color, RectangleF, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the specified text string in the specified rectangle with the
specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.brush">Brush</a> and <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.font">Font</a> objects using the
formatting attributes of the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.stringformat">StringFormat</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_DrawString_System_String_System_Drawing_Font_System_Drawing_Color_System_Drawing_RectangleF_System_Int32_System_Drawing_StringFormat_" data-uid="C1.C1Pdf.C1PdfDocument.DrawString(System.String,System.Drawing.Font,System.Drawing.Color,System.Drawing.RectangleF,System.Int32,System.Drawing.StringFormat)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.DrawString.html#C1_C1Pdf_C1PdfDocument_DrawString_System_String_System_Drawing_Font_System_Drawing_Color_System_Drawing_RectangleF_System_Int32_System_Drawing_StringFormat_">DrawString(string, Font, Color, RectangleF, int, StringFormat)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the specified text string in the specified rectangle with the
specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.brush">Brush</a> and <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.font">Font</a> objects using the
formatting attributes of the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.stringformat">StringFormat</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_DrawString_System_String_System_Drawing_Font_System_Drawing_Color_System_Drawing_RectangleF_System_Int32_System_Drawing_StringFormat_System_Single_" data-uid="C1.C1Pdf.C1PdfDocument.DrawString(System.String,System.Drawing.Font,System.Drawing.Color,System.Drawing.RectangleF,System.Int32,System.Drawing.StringFormat,System.Single)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.DrawString.html#C1_C1Pdf_C1PdfDocument_DrawString_System_String_System_Drawing_Font_System_Drawing_Color_System_Drawing_RectangleF_System_Int32_System_Drawing_StringFormat_System_Single_">DrawString(string, Font, Color, RectangleF, int, StringFormat, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the specified text string in the specified rectangle,
with the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.brush">Brush</a> and <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.font">Font</a>,
using the formatting attributes of the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.stringformat">StringFormat</a> object
and specified character width coefficient.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_DrawStringHtml_System_String_System_Drawing_Font_System_Drawing_Brush_System_Drawing_RectangleF_" data-uid="C1.C1Pdf.C1PdfDocument.DrawStringHtml(System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.RectangleF)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.DrawStringHtml.html#C1_C1Pdf_C1PdfDocument_DrawStringHtml_System_String_System_Drawing_Font_System_Drawing_Brush_System_Drawing_RectangleF_">DrawStringHtml(string, Font, Brush, RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws an HTML string in the specified rectangle with the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.brush">Brush</a> and <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.font">Font</a> objects.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_DrawStringHtml_System_String_System_Drawing_Font_System_Drawing_Brush_System_Drawing_RectangleF_System_Int32_" data-uid="C1.C1Pdf.C1PdfDocument.DrawStringHtml(System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.RectangleF,System.Int32)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.DrawStringHtml.html#C1_C1Pdf_C1PdfDocument_DrawStringHtml_System_String_System_Drawing_Font_System_Drawing_Brush_System_Drawing_RectangleF_System_Int32_">DrawStringHtml(string, Font, Brush, RectangleF, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws an HTML string in the specified rectangle with the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.brush">Brush</a> and <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.font">Font</a> objects,
starting at a given offset within the string.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_DrawStringRtf_System_String_System_Drawing_Font_System_Drawing_Brush_System_Drawing_RectangleF_" data-uid="C1.C1Pdf.C1PdfDocument.DrawStringRtf(System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.RectangleF)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.DrawStringRtf.html#C1_C1Pdf_C1PdfDocument_DrawStringRtf_System_String_System_Drawing_Font_System_Drawing_Brush_System_Drawing_RectangleF_">DrawStringRtf(string, Font, Brush, RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws an RTF string in the specified rectangle with the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.brush">Brush</a> and <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.font">Font</a> objects.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_DrawStringRtf_System_String_System_Drawing_Font_System_Drawing_Brush_System_Drawing_RectangleF_System_Int32_" data-uid="C1.C1Pdf.C1PdfDocument.DrawStringRtf(System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.RectangleF,System.Int32)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.DrawStringRtf.html#C1_C1Pdf_C1PdfDocument_DrawStringRtf_System_String_System_Drawing_Font_System_Drawing_Brush_System_Drawing_RectangleF_System_Int32_">DrawStringRtf(string, Font, Brush, RectangleF, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws an RTF string in the specified rectangle with the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.brush">Brush</a> and <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.font">Font</a> objects,
starting at a given offset within the string.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_FillArc_System_Drawing_Brush_System_Drawing_RectangleF_System_Single_System_Single_" data-uid="C1.C1Pdf.C1PdfDocument.FillArc(System.Drawing.Brush,System.Drawing.RectangleF,System.Single,System.Single)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.FillArc.html#C1_C1Pdf_C1PdfDocument_FillArc_System_Drawing_Brush_System_Drawing_RectangleF_System_Single_System_Single_">FillArc(Brush, RectangleF, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Fills an arc defined by an ellipse specified by a rectangle structure and two radial lines.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_FillArc_System_Drawing_Color_System_Drawing_RectangleF_System_Single_System_Single_" data-uid="C1.C1Pdf.C1PdfDocument.FillArc(System.Drawing.Color,System.Drawing.RectangleF,System.Single,System.Single)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.FillArc.html#C1_C1Pdf_C1PdfDocument_FillArc_System_Drawing_Color_System_Drawing_RectangleF_System_Single_System_Single_">FillArc(Color, RectangleF, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Fills an arc defined by an ellipse specified by a rectangle structure and two radial lines.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_FillEllipse_System_Drawing_Brush_System_Drawing_RectangleF_" data-uid="C1.C1Pdf.C1PdfDocument.FillEllipse(System.Drawing.Brush,System.Drawing.RectangleF)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.FillEllipse.html#C1_C1Pdf_C1PdfDocument_FillEllipse_System_Drawing_Brush_System_Drawing_RectangleF_">FillEllipse(Brush, RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Fills the interior of an ellipse defined by a bounding rectangle specified by a rectangle structure.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_FillEllipse_System_Drawing_Brush_System_Single_System_Single_System_Single_System_Single_" data-uid="C1.C1Pdf.C1PdfDocument.FillEllipse(System.Drawing.Brush,System.Single,System.Single,System.Single,System.Single)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.FillEllipse.html#C1_C1Pdf_C1PdfDocument_FillEllipse_System_Drawing_Brush_System_Single_System_Single_System_Single_System_Single_">FillEllipse(Brush, float, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Fills the interior of an ellipse defined by a bounding rectangle specified by a coordinate pair, a width, and a height.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_FillEllipse_System_Drawing_Color_System_Drawing_RectangleF_" data-uid="C1.C1Pdf.C1PdfDocument.FillEllipse(System.Drawing.Color,System.Drawing.RectangleF)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.FillEllipse.html#C1_C1Pdf_C1PdfDocument_FillEllipse_System_Drawing_Color_System_Drawing_RectangleF_">FillEllipse(Color, RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Fills the interior of an ellipse defined by a bounding rectangle specified by a rectangle structure.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_FillEllipse_System_Drawing_Color_System_Single_System_Single_System_Single_System_Single_" data-uid="C1.C1Pdf.C1PdfDocument.FillEllipse(System.Drawing.Color,System.Single,System.Single,System.Single,System.Single)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.FillEllipse.html#C1_C1Pdf_C1PdfDocument_FillEllipse_System_Drawing_Color_System_Single_System_Single_System_Single_System_Single_">FillEllipse(Color, float, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Fills the interior of an ellipse defined by a bounding rectangle specified by a coordinate pair, a width, and a height.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_FillPath_System_Drawing_Brush_System_Drawing_Drawing2D_GraphicsPath_" data-uid="C1.C1Pdf.C1PdfDocument.FillPath(System.Drawing.Brush,System.Drawing.Drawing2D.GraphicsPath)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.FillPath.html#C1_C1Pdf_C1PdfDocument_FillPath_System_Drawing_Brush_System_Drawing_Drawing2D_GraphicsPath_">FillPath(Brush, GraphicsPath)</a>
        </td>
        <td class="markdown level1 summary"><p>Fills a path defined by a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.drawing2d.graphicspath">GraphicsPath</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_FillPath_System_Drawing_Brush_System_Drawing_PointF___System_Byte___System_Boolean_" data-uid="C1.C1Pdf.C1PdfDocument.FillPath(System.Drawing.Brush,System.Drawing.PointF[],System.Byte[],System.Boolean)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.FillPath.html#C1_C1Pdf_C1PdfDocument_FillPath_System_Drawing_Brush_System_Drawing_PointF___System_Byte___System_Boolean_">FillPath(Brush, PointF[], byte[], bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Fills a path defined by points and types.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_FillPath_System_Drawing_Color_System_Drawing_PointF___System_Byte___System_Boolean_" data-uid="C1.C1Pdf.C1PdfDocument.FillPath(System.Drawing.Color,System.Drawing.PointF[],System.Byte[],System.Boolean)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.FillPath.html#C1_C1Pdf_C1PdfDocument_FillPath_System_Drawing_Color_System_Drawing_PointF___System_Byte___System_Boolean_">FillPath(Color, PointF[], byte[], bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Fills a path defined by points and types.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_FillPie_System_Drawing_Brush_System_Drawing_RectangleF_System_Single_System_Single_" data-uid="C1.C1Pdf.C1PdfDocument.FillPie(System.Drawing.Brush,System.Drawing.RectangleF,System.Single,System.Single)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.FillPie.html#C1_C1Pdf_C1PdfDocument_FillPie_System_Drawing_Brush_System_Drawing_RectangleF_System_Single_System_Single_">FillPie(Brush, RectangleF, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Fills a pie shape defined by an ellipse specified by a rectangle structure and two radial lines.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_FillPie_System_Drawing_Color_System_Drawing_RectangleF_System_Single_System_Single_" data-uid="C1.C1Pdf.C1PdfDocument.FillPie(System.Drawing.Color,System.Drawing.RectangleF,System.Single,System.Single)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.FillPie.html#C1_C1Pdf_C1PdfDocument_FillPie_System_Drawing_Color_System_Drawing_RectangleF_System_Single_System_Single_">FillPie(Color, RectangleF, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Fills a pie shape defined by an ellipse specified by a rectangle structure and two radial lines.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_FillPolygon_System_Drawing_Brush_System_Drawing_PointF___System_Drawing_Drawing2D_FillMode_" data-uid="C1.C1Pdf.C1PdfDocument.FillPolygon(System.Drawing.Brush,System.Drawing.PointF[],System.Drawing.Drawing2D.FillMode)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.FillPolygon.html#C1_C1Pdf_C1PdfDocument_FillPolygon_System_Drawing_Brush_System_Drawing_PointF___System_Drawing_Drawing2D_FillMode_">FillPolygon(Brush, PointF[], FillMode)</a>
        </td>
        <td class="markdown level1 summary"><p>Fills a polygon defined by an array of point structures using the specified fill mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_FillPolygon_System_Drawing_Color_System_Drawing_PointF___System_Drawing_Drawing2D_FillMode_" data-uid="C1.C1Pdf.C1PdfDocument.FillPolygon(System.Drawing.Color,System.Drawing.PointF[],System.Drawing.Drawing2D.FillMode)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.FillPolygon.html#C1_C1Pdf_C1PdfDocument_FillPolygon_System_Drawing_Color_System_Drawing_PointF___System_Drawing_Drawing2D_FillMode_">FillPolygon(Color, PointF[], FillMode)</a>
        </td>
        <td class="markdown level1 summary"><p>Fills a polygon defined by an array of point structures using the specified fill mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_FillRectangle_System_Drawing_Brush_System_Drawing_RectangleF_" data-uid="C1.C1Pdf.C1PdfDocument.FillRectangle(System.Drawing.Brush,System.Drawing.RectangleF)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.FillRectangle.html#C1_C1Pdf_C1PdfDocument_FillRectangle_System_Drawing_Brush_System_Drawing_RectangleF_">FillRectangle(Brush, RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Fills the interior of a rectangle specified by a rectangle structure.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_FillRectangle_System_Drawing_Brush_System_Drawing_RectangleF_System_Drawing_SizeF_" data-uid="C1.C1Pdf.C1PdfDocument.FillRectangle(System.Drawing.Brush,System.Drawing.RectangleF,System.Drawing.SizeF)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.FillRectangle.html#C1_C1Pdf_C1PdfDocument_FillRectangle_System_Drawing_Brush_System_Drawing_RectangleF_System_Drawing_SizeF_">FillRectangle(Brush, RectangleF, SizeF)</a>
        </td>
        <td class="markdown level1 summary"><p>Fills the interior of a rounded rectangle specified by rectangle and size structures.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_FillRectangle_System_Drawing_Brush_System_Single_System_Single_System_Single_System_Single_" data-uid="C1.C1Pdf.C1PdfDocument.FillRectangle(System.Drawing.Brush,System.Single,System.Single,System.Single,System.Single)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.FillRectangle.html#C1_C1Pdf_C1PdfDocument_FillRectangle_System_Drawing_Brush_System_Single_System_Single_System_Single_System_Single_">FillRectangle(Brush, float, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Fills the interior of a rectangle specified by a coordinate pair, a width, and a height.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_FillRectangle_System_Drawing_Color_System_Drawing_RectangleF_" data-uid="C1.C1Pdf.C1PdfDocument.FillRectangle(System.Drawing.Color,System.Drawing.RectangleF)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.FillRectangle.html#C1_C1Pdf_C1PdfDocument_FillRectangle_System_Drawing_Color_System_Drawing_RectangleF_">FillRectangle(Color, RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Fills the interior of a rectangle specified by a rectangle structure.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_FillRectangle_System_Drawing_Color_System_Drawing_RectangleF_System_Drawing_SizeF_" data-uid="C1.C1Pdf.C1PdfDocument.FillRectangle(System.Drawing.Color,System.Drawing.RectangleF,System.Drawing.SizeF)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.FillRectangle.html#C1_C1Pdf_C1PdfDocument_FillRectangle_System_Drawing_Color_System_Drawing_RectangleF_System_Drawing_SizeF_">FillRectangle(Color, RectangleF, SizeF)</a>
        </td>
        <td class="markdown level1 summary"><p>Fills the interior of a rounded rectangle specified by rectangle and size structures.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_FillRectangle_System_Drawing_Color_System_Single_System_Single_System_Single_System_Single_" data-uid="C1.C1Pdf.C1PdfDocument.FillRectangle(System.Drawing.Color,System.Single,System.Single,System.Single,System.Single)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.FillRectangle.html#C1_C1Pdf_C1PdfDocument_FillRectangle_System_Drawing_Color_System_Single_System_Single_System_Single_System_Single_">FillRectangle(Color, float, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Fills the interior of a rectangle specified by a coordinate pair, a width, and a height.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_MeasureString_System_String_System_Drawing_Font_" data-uid="C1.C1Pdf.C1PdfDocument.MeasureString(System.String,System.Drawing.Font)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.MeasureString.html#C1_C1Pdf_C1PdfDocument_MeasureString_System_String_System_Drawing_Font_">MeasureString(string, Font)</a>
        </td>
        <td class="markdown level1 summary"><p>Measures the specified string when drawn with a given <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.font">Font</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_MeasureString_System_String_System_Drawing_Font_System_Single_" data-uid="C1.C1Pdf.C1PdfDocument.MeasureString(System.String,System.Drawing.Font,System.Single)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.MeasureString.html#C1_C1Pdf_C1PdfDocument_MeasureString_System_String_System_Drawing_Font_System_Single_">MeasureString(string, Font, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Measures the specified string when drawn with a given <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.font">Font</a> object
into a rectangle with the specified width.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_MeasureString_System_String_System_Drawing_Font_System_Single_System_Drawing_StringFormat_System_Int32_" data-uid="C1.C1Pdf.C1PdfDocument.MeasureString(System.String,System.Drawing.Font,System.Single,System.Drawing.StringFormat,System.Int32)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.MeasureString.html#C1_C1Pdf_C1PdfDocument_MeasureString_System_String_System_Drawing_Font_System_Single_System_Drawing_StringFormat_System_Int32_">MeasureString(string, Font, float, StringFormat, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Measures the specified string when drawn with the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.font">Font</a>
object and formatted with the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.stringformat">StringFormat</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_MeasureStringHtml_System_String_System_Drawing_Font_" data-uid="C1.C1Pdf.C1PdfDocument.MeasureStringHtml(System.String,System.Drawing.Font)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.MeasureStringHtml.html#C1_C1Pdf_C1PdfDocument_MeasureStringHtml_System_String_System_Drawing_Font_">MeasureStringHtml(string, Font)</a>
        </td>
        <td class="markdown level1 summary"><p>Measures an HTML string when drawn with a given <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.font">Font</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_MeasureStringHtml_System_String_System_Drawing_Font_System_Single_" data-uid="C1.C1Pdf.C1PdfDocument.MeasureStringHtml(System.String,System.Drawing.Font,System.Single)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.MeasureStringHtml.html#C1_C1Pdf_C1PdfDocument_MeasureStringHtml_System_String_System_Drawing_Font_System_Single_">MeasureStringHtml(string, Font, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Measures an HTML string when drawn with a given <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.font">Font</a> object
into a rectangle with the specified width.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_MeasureStringRtf_System_String_System_Drawing_Font_" data-uid="C1.C1Pdf.C1PdfDocument.MeasureStringRtf(System.String,System.Drawing.Font)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.MeasureStringRtf.html#C1_C1Pdf_C1PdfDocument_MeasureStringRtf_System_String_System_Drawing_Font_">MeasureStringRtf(string, Font)</a>
        </td>
        <td class="markdown level1 summary"><p>Measures an RTF string when drawn with a given <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.font">Font</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_MeasureStringRtf_System_String_System_Drawing_Font_System_Single_" data-uid="C1.C1Pdf.C1PdfDocument.MeasureStringRtf(System.String,System.Drawing.Font,System.Single)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.MeasureStringRtf.html#C1_C1Pdf_C1PdfDocument_MeasureStringRtf_System_String_System_Drawing_Font_System_Single_">MeasureStringRtf(string, Font, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Measures an RTF string when drawn with a given <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.font">Font</a> object
into a rectangle with the specified width.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_ResetClipRect" data-uid="C1.C1Pdf.C1PdfDocument.ResetClipRect">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.ResetClipRect.html#C1_C1Pdf_C1PdfDocument_ResetClipRect">ResetClipRect()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the clipping area to the state after the last call to <a class="xref" href="C1.C1Pdf.C1PdfDocument.SetClipRect.html#C1_C1Pdf_C1PdfDocument_SetClipRect_System_Drawing_RectangleF_">SetClipRect(RectangleF)</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_SetClipRect_System_Drawing_RectangleF_" data-uid="C1.C1Pdf.C1PdfDocument.SetClipRect(System.Drawing.RectangleF)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.SetClipRect.html#C1_C1Pdf_C1PdfDocument_SetClipRect_System_Drawing_RectangleF_">SetClipRect(RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the clipping area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_C1PdfDocument_SetTransform_System_Drawing_Drawing2D_Matrix_" data-uid="C1.C1Pdf.C1PdfDocument.SetTransform(System.Drawing.Drawing2D.Matrix)">
          <a class="xref" href="C1.C1Pdf.C1PdfDocument.SetTransform.html#C1_C1Pdf_C1PdfDocument_SetTransform_System_Drawing_Drawing2D_Matrix_">SetTransform(Matrix)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the PDF transform (write the matrix).</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
