# C1.Document.Util.C1HtmlGraphics

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Document_Util_C1HtmlGraphics" data-uid="C1.Document.Util.C1HtmlGraphics" class="text-break">C1HtmlGraphics Class
</h1>
  <div class="markdown level0 summary"><p>Represents HTML graphics properties and methods.</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">C1HtmlGraphics</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_C1HtmlGraphics_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1HtmlGraphics : C1ExportGraphicsBase, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1HtmlGraphics
    Inherits C1ExportGraphicsBase
    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_C1HtmlGraphics__ctor_System_Xml_XmlWriter_C1_Document_C1Page_System_String_System_Boolean_System_Boolean_System_Boolean_" data-uid="C1.Document.Util.C1HtmlGraphics.#ctor(System.Xml.XmlWriter,C1.Document.C1Page,System.String,System.Boolean,System.Boolean,System.Boolean)">
          <a class="xref" href="C1.Document.Util.C1HtmlGraphics.-ctor.html#C1_Document_Util_C1HtmlGraphics__ctor_System_Xml_XmlWriter_C1_Document_C1Page_System_String_System_Boolean_System_Boolean_System_Boolean_">C1HtmlGraphics(XmlWriter, C1Page, string, bool, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Document.Util.C1HtmlGraphics.html">C1HtmlGraphics</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_C1HtmlGraphics_Transform" data-uid="C1.Document.Util.C1HtmlGraphics.Transform">
          <a class="xref" href="C1.Document.Util.C1HtmlGraphics.Transform.html#C1_Document_Util_C1HtmlGraphics_Transform">Transform</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets transformation matrix.</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_C1HtmlGraphics_CreateClipRegion_C1_Document_Util_IPath_" data-uid="C1.Document.Util.C1HtmlGraphics.CreateClipRegion(C1.Document.Util.IPath)">
          <a class="xref" href="C1.Document.Util.C1HtmlGraphics.CreateClipRegion.html#C1_Document_Util_C1HtmlGraphics_CreateClipRegion_C1_Document_Util_IPath_">CreateClipRegion(IPath)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates clip region for specified graphics path.
Note! The clip region should NOT dispose passed graphics path, it is managed by the outer code.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_Util_C1HtmlGraphics_CreateClipRegion_C1_Interop_Rect_" data-uid="C1.Document.Util.C1HtmlGraphics.CreateClipRegion(C1.Interop.Rect)">
          <a class="xref" href="C1.Document.Util.C1HtmlGraphics.CreateClipRegion.html#C1_Document_Util_C1HtmlGraphics_CreateClipRegion_C1_Interop_Rect_">CreateClipRegion(Rect)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates clip region for specified bounds.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_Util_C1HtmlGraphics_CreatePath" data-uid="C1.Document.Util.C1HtmlGraphics.CreatePath">
          <a class="xref" href="C1.Document.Util.C1HtmlGraphics.CreatePath.html#C1_Document_Util_C1HtmlGraphics_CreatePath">CreatePath()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates graphics path.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_Util_C1HtmlGraphics_DrawGlyphRun_System_Double_System_Double_System_Int32_System_IntPtr_System_IntPtr_System_IntPtr_System_IntPtr_System_Drawing_Color_C1_Document_Util_IC1TextRangeBase_C1_Document_Util_C1TextLayout_System_String_" data-uid="C1.Document.Util.C1HtmlGraphics.DrawGlyphRun(System.Double,System.Double,System.Int32,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.Drawing.Color,C1.Document.Util.IC1TextRangeBase,C1.Document.Util.C1TextLayout,System.String)">
          <a class="xref" href="C1.Document.Util.C1HtmlGraphics.DrawGlyphRun.html#C1_Document_Util_C1HtmlGraphics_DrawGlyphRun_System_Double_System_Double_System_Int32_System_IntPtr_System_IntPtr_System_IntPtr_System_IntPtr_System_Drawing_Color_C1_Document_Util_IC1TextRangeBase_C1_Document_Util_C1TextLayout_System_String_">DrawGlyphRun(double, double, int, IntPtr, IntPtr, IntPtr, IntPtr, Color, IC1TextRangeBase, C1TextLayout, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders a run of glyphs.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_Util_C1HtmlGraphics_DrawGlyphs_GrapeCity_Documents_Text_CffTable_System_UInt16___System_Single___System_String___System_Int32_System_Drawing_Color_System_Numerics_Matrix3x2_" data-uid="C1.Document.Util.C1HtmlGraphics.DrawGlyphs(GrapeCity.Documents.Text.CffTable,System.UInt16[],System.Single[],System.String[],System.Int32,System.Drawing.Color,System.Numerics.Matrix3x2)">
          <a class="xref" href="C1.Document.Util.C1HtmlGraphics.DrawGlyphs.html#C1_Document_Util_C1HtmlGraphics_DrawGlyphs_GrapeCity_Documents_Text_CffTable_System_UInt16___System_Single___System_String___System_Int32_System_Drawing_Color_System_Numerics_Matrix3x2_">DrawGlyphs(CffTable, ushort[], float[], string[], int, Color, Matrix3x2)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Document_Util_C1HtmlGraphics_DrawGlyphs_GrapeCity_Documents_Text_Font_System_UInt16___System_Single___System_String___System_Int32_System_Drawing_Color_System_Numerics_Matrix3x2_" data-uid="C1.Document.Util.C1HtmlGraphics.DrawGlyphs(GrapeCity.Documents.Text.Font,System.UInt16[],System.Single[],System.String[],System.Int32,System.Drawing.Color,System.Numerics.Matrix3x2)">
          <a class="xref" href="C1.Document.Util.C1HtmlGraphics.DrawGlyphs.html#C1_Document_Util_C1HtmlGraphics_DrawGlyphs_GrapeCity_Documents_Text_Font_System_UInt16___System_Single___System_String___System_Int32_System_Drawing_Color_System_Numerics_Matrix3x2_">DrawGlyphs(Font, ushort[], float[], string[], int, Color, Matrix3x2)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Document_Util_C1HtmlGraphics_DrawRtf_System_Object_System_String_System_Int32_System_Int32_C1_Interop_Rect_System_Boolean_System_Drawing_Color_" data-uid="C1.Document.Util.C1HtmlGraphics.DrawRtf(System.Object,System.String,System.Int32,System.Int32,C1.Interop.Rect,System.Boolean,System.Drawing.Color)">
          <a class="xref" href="C1.Document.Util.C1HtmlGraphics.DrawRtf.html#C1_Document_Util_C1HtmlGraphics_DrawRtf_System_Object_System_String_System_Int32_System_Int32_C1_Interop_Rect_System_Boolean_System_Drawing_Color_">DrawRtf(object, string, int, int, Rect, bool, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the RTF text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_Util_C1HtmlGraphics_DrawText_C1_Interop_Point_System_String_System_String_System_Single_C1_Document_C1FontWeight_C1_Document_C1FontStretch_System_Boolean_C1_Document_C1TextDecoration_System_Drawing_Color_System_Single___System_Byte___System_Boolean_System_Int32_System_Double_" data-uid="C1.Document.Util.C1HtmlGraphics.DrawText(C1.Interop.Point,System.String,System.String,System.Single,C1.Document.C1FontWeight,C1.Document.C1FontStretch,System.Boolean,C1.Document.C1TextDecoration,System.Drawing.Color,System.Single[],System.Byte[],System.Boolean,System.Int32,System.Double)">
          <a class="xref" href="C1.Document.Util.C1HtmlGraphics.DrawText.html#C1_Document_Util_C1HtmlGraphics_DrawText_C1_Interop_Point_System_String_System_String_System_Single_C1_Document_C1FontWeight_C1_Document_C1FontStretch_System_Boolean_C1_Document_C1TextDecoration_System_Drawing_Color_System_Single___System_Byte___System_Boolean_System_Int32_System_Double_">DrawText(Point, string, string, float, C1FontWeight, C1FontStretch, bool, C1TextDecoration, Color, float[], byte[], bool, int, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_Util_C1HtmlGraphics_DrawVertGlyphs_GrapeCity_Documents_Text_CffTable_System_UInt16___System_Single___System_Single___System_Single___System_String___System_Int32_System_Drawing_Color_System_Numerics_Matrix3x2_" data-uid="C1.Document.Util.C1HtmlGraphics.DrawVertGlyphs(GrapeCity.Documents.Text.CffTable,System.UInt16[],System.Single[],System.Single[],System.Single[],System.String[],System.Int32,System.Drawing.Color,System.Numerics.Matrix3x2)">
          <a class="xref" href="C1.Document.Util.C1HtmlGraphics.DrawVertGlyphs.html#C1_Document_Util_C1HtmlGraphics_DrawVertGlyphs_GrapeCity_Documents_Text_CffTable_System_UInt16___System_Single___System_Single___System_Single___System_String___System_Int32_System_Drawing_Color_System_Numerics_Matrix3x2_">DrawVertGlyphs(CffTable, ushort[], float[], float[], float[], string[], int, Color, Matrix3x2)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Document_Util_C1HtmlGraphics_DrawVertGlyphs_GrapeCity_Documents_Text_Font_System_UInt16___System_Single___System_Single___System_Single___System_String___System_Int32_System_Drawing_Color_System_Numerics_Matrix3x2_" data-uid="C1.Document.Util.C1HtmlGraphics.DrawVertGlyphs(GrapeCity.Documents.Text.Font,System.UInt16[],System.Single[],System.Single[],System.Single[],System.String[],System.Int32,System.Drawing.Color,System.Numerics.Matrix3x2)">
          <a class="xref" href="C1.Document.Util.C1HtmlGraphics.DrawVertGlyphs.html#C1_Document_Util_C1HtmlGraphics_DrawVertGlyphs_GrapeCity_Documents_Text_Font_System_UInt16___System_Single___System_Single___System_Single___System_String___System_Int32_System_Drawing_Color_System_Numerics_Matrix3x2_">DrawVertGlyphs(Font, ushort[], float[], float[], float[], string[], int, Color, Matrix3x2)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Document_Util_C1HtmlGraphics_FillEllipse_System_Drawing_Color_C1_Interop_Rect_" data-uid="C1.Document.Util.C1HtmlGraphics.FillEllipse(System.Drawing.Color,C1.Interop.Rect)">
          <a class="xref" href="C1.Document.Util.C1HtmlGraphics.FillEllipse.html#C1_Document_Util_C1HtmlGraphics_FillEllipse_System_Drawing_Color_C1_Interop_Rect_">FillEllipse(Color, Rect)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Document_Util_C1HtmlGraphics_FillPath_System_Drawing_Color_C1_Document_Util_IPath_" data-uid="C1.Document.Util.C1HtmlGraphics.FillPath(System.Drawing.Color,C1.Document.Util.IPath)">
          <a class="xref" href="C1.Document.Util.C1HtmlGraphics.FillPath.html#C1_Document_Util_C1HtmlGraphics_FillPath_System_Drawing_Color_C1_Document_Util_IPath_">FillPath(Color, IPath)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Document_Util_C1HtmlGraphics_FillRectangle_System_Drawing_Color_C1_Interop_Rect_" data-uid="C1.Document.Util.C1HtmlGraphics.FillRectangle(System.Drawing.Color,C1.Interop.Rect)">
          <a class="xref" href="C1.Document.Util.C1HtmlGraphics.FillRectangle.html#C1_Document_Util_C1HtmlGraphics_FillRectangle_System_Drawing_Color_C1_Interop_Rect_">FillRectangle(Color, Rect)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Document_Util_C1HtmlGraphics_GetHtmlColor_System_Drawing_Color_" data-uid="C1.Document.Util.C1HtmlGraphics.GetHtmlColor(System.Drawing.Color)">
          <a class="xref" href="C1.Document.Util.C1HtmlGraphics.GetHtmlColor.html#C1_Document_Util_C1HtmlGraphics_GetHtmlColor_System_Drawing_Color_">GetHtmlColor(Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns HTML impersonation of color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_Util_C1HtmlGraphics_InternalCreateImage_GrapeCity_Documents_Drawing_IImage_" data-uid="C1.Document.Util.C1HtmlGraphics.InternalCreateImage(GrapeCity.Documents.Drawing.IImage)">
          <a class="xref" href="C1.Document.Util.C1HtmlGraphics.InternalCreateImage.html#C1_Document_Util_C1HtmlGraphics_InternalCreateImage_GrapeCity_Documents_Drawing_IImage_">InternalCreateImage(IImage)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Document_Util_C1HtmlGraphics_InternalCreateImage_GrapeCity_Documents_Imaging_GcBitmap_" data-uid="C1.Document.Util.C1HtmlGraphics.InternalCreateImage(GrapeCity.Documents.Imaging.GcBitmap)">
          <a class="xref" href="C1.Document.Util.C1HtmlGraphics.InternalCreateImage.html#C1_Document_Util_C1HtmlGraphics_InternalCreateImage_GrapeCity_Documents_Imaging_GcBitmap_">InternalCreateImage(GcBitmap)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Document_Util_C1HtmlGraphics_InternalDrawEllipse_C1_Interop_Rect_System_Drawing_Color_System_Double_C1_Document_Util_PenStyle_" data-uid="C1.Document.Util.C1HtmlGraphics.InternalDrawEllipse(C1.Interop.Rect,System.Drawing.Color,System.Double,C1.Document.Util.PenStyle)">
          <a class="xref" href="C1.Document.Util.C1HtmlGraphics.InternalDrawEllipse.html#C1_Document_Util_C1HtmlGraphics_InternalDrawEllipse_C1_Interop_Rect_System_Drawing_Color_System_Double_C1_Document_Util_PenStyle_">InternalDrawEllipse(Rect, Color, double, PenStyle)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Document_Util_C1HtmlGraphics_InternalDrawImage_C1_Document_Util_INativeImage_C1_Interop_Rect_" data-uid="C1.Document.Util.C1HtmlGraphics.InternalDrawImage(C1.Document.Util.INativeImage,C1.Interop.Rect)">
          <a class="xref" href="C1.Document.Util.C1HtmlGraphics.InternalDrawImage.html#C1_Document_Util_C1HtmlGraphics_InternalDrawImage_C1_Document_Util_INativeImage_C1_Interop_Rect_">InternalDrawImage(INativeImage, Rect)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Document_Util_C1HtmlGraphics_InternalDrawLine_System_Double_System_Double_System_Double_System_Double_System_Drawing_Color_System_Double_C1_Document_Util_PenStyle_" data-uid="C1.Document.Util.C1HtmlGraphics.InternalDrawLine(System.Double,System.Double,System.Double,System.Double,System.Drawing.Color,System.Double,C1.Document.Util.PenStyle)">
          <a class="xref" href="C1.Document.Util.C1HtmlGraphics.InternalDrawLine.html#C1_Document_Util_C1HtmlGraphics_InternalDrawLine_System_Double_System_Double_System_Double_System_Double_System_Drawing_Color_System_Double_C1_Document_Util_PenStyle_">InternalDrawLine(double, double, double, double, Color, double, PenStyle)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Document_Util_C1HtmlGraphics_InternalDrawPath_C1_Document_Util_IPath_System_Drawing_Color_System_Double_C1_Document_Util_PenStyle_" data-uid="C1.Document.Util.C1HtmlGraphics.InternalDrawPath(C1.Document.Util.IPath,System.Drawing.Color,System.Double,C1.Document.Util.PenStyle)">
          <a class="xref" href="C1.Document.Util.C1HtmlGraphics.InternalDrawPath.html#C1_Document_Util_C1HtmlGraphics_InternalDrawPath_C1_Document_Util_IPath_System_Drawing_Color_System_Double_C1_Document_Util_PenStyle_">InternalDrawPath(IPath, Color, double, PenStyle)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Document_Util_C1HtmlGraphics_InternalDrawRectangle_C1_Interop_Rect_System_Drawing_Color_System_Double_C1_Document_Util_PenStyle_" data-uid="C1.Document.Util.C1HtmlGraphics.InternalDrawRectangle(C1.Interop.Rect,System.Drawing.Color,System.Double,C1.Document.Util.PenStyle)">
          <a class="xref" href="C1.Document.Util.C1HtmlGraphics.InternalDrawRectangle.html#C1_Document_Util_C1HtmlGraphics_InternalDrawRectangle_C1_Interop_Rect_System_Drawing_Color_System_Double_C1_Document_Util_PenStyle_">InternalDrawRectangle(Rect, Color, double, PenStyle)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Document_Util_C1HtmlGraphics_InternalFillEllipse_C1_Document_C1Brush_C1_Interop_Rect_" data-uid="C1.Document.Util.C1HtmlGraphics.InternalFillEllipse(C1.Document.C1Brush,C1.Interop.Rect)">
          <a class="xref" href="C1.Document.Util.C1HtmlGraphics.InternalFillEllipse.html#C1_Document_Util_C1HtmlGraphics_InternalFillEllipse_C1_Document_C1Brush_C1_Interop_Rect_">InternalFillEllipse(C1Brush, Rect)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Document_Util_C1HtmlGraphics_InternalFillPath_C1_Document_C1Brush_C1_Document_Util_IPath_" data-uid="C1.Document.Util.C1HtmlGraphics.InternalFillPath(C1.Document.C1Brush,C1.Document.Util.IPath)">
          <a class="xref" href="C1.Document.Util.C1HtmlGraphics.InternalFillPath.html#C1_Document_Util_C1HtmlGraphics_InternalFillPath_C1_Document_C1Brush_C1_Document_Util_IPath_">InternalFillPath(C1Brush, IPath)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Document_Util_C1HtmlGraphics_InternalFillRectangle_C1_Document_C1Brush_C1_Interop_Rect_" data-uid="C1.Document.Util.C1HtmlGraphics.InternalFillRectangle(C1.Document.C1Brush,C1.Interop.Rect)">
          <a class="xref" href="C1.Document.Util.C1HtmlGraphics.InternalFillRectangle.html#C1_Document_Util_C1HtmlGraphics_InternalFillRectangle_C1_Document_C1Brush_C1_Interop_Rect_">InternalFillRectangle(C1Brush, Rect)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Document_Util_C1HtmlGraphics_InternalRemoveClip_C1_Document_Util_IClipRegion_" data-uid="C1.Document.Util.C1HtmlGraphics.InternalRemoveClip(C1.Document.Util.IClipRegion)">
          <a class="xref" href="C1.Document.Util.C1HtmlGraphics.InternalRemoveClip.html#C1_Document_Util_C1HtmlGraphics_InternalRemoveClip_C1_Document_Util_IClipRegion_">InternalRemoveClip(IClipRegion)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Document_Util_C1HtmlGraphics_InternalSetClip_C1_Document_Util_IClipRegion_" data-uid="C1.Document.Util.C1HtmlGraphics.InternalSetClip(C1.Document.Util.IClipRegion)">
          <a class="xref" href="C1.Document.Util.C1HtmlGraphics.InternalSetClip.html#C1_Document_Util_C1HtmlGraphics_InternalSetClip_C1_Document_Util_IClipRegion_">InternalSetClip(IClipRegion)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Document_Util_C1HtmlGraphics_SaveImage_C1_Document_Util_INativeImage_System_String_System_Int32_System_Int32_System_Boolean_" data-uid="C1.Document.Util.C1HtmlGraphics.SaveImage(C1.Document.Util.INativeImage,System.String,System.Int32,System.Int32,System.Boolean)">
          <a class="xref" href="C1.Document.Util.C1HtmlGraphics.SaveImage.html#C1_Document_Util_C1HtmlGraphics_SaveImage_C1_Document_Util_INativeImage_System_String_System_Int32_System_Int32_System_Boolean_">SaveImage(INativeImage, string, int, int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves image.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_Util_C1HtmlGraphics_WriteBookmark_System_String_C1_Interop_Rect_" data-uid="C1.Document.Util.C1HtmlGraphics.WriteBookmark(System.String,C1.Interop.Rect)">
          <a class="xref" href="C1.Document.Util.C1HtmlGraphics.WriteBookmark.html#C1_Document_Util_C1HtmlGraphics_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_C1HtmlGraphics_WriteHyperlink_C1_Document_C1Hyperlink_C1_Interop_Rect_" data-uid="C1.Document.Util.C1HtmlGraphics.WriteHyperlink(C1.Document.C1Hyperlink,C1.Interop.Rect)">
          <a class="xref" href="C1.Document.Util.C1HtmlGraphics.WriteHyperlink.html#C1_Document_Util_C1HtmlGraphics_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>
      <tr>
        <td id="C1_Document_Util_C1HtmlGraphics_WriteLink_System_String_C1_Interop_Rect_" data-uid="C1.Document.Util.C1HtmlGraphics.WriteLink(System.String,C1.Interop.Rect)">
          <a class="xref" href="C1.Document.Util.C1HtmlGraphics.WriteLink.html#C1_Document_Util_C1HtmlGraphics_WriteLink_System_String_C1_Interop_Rect_">WriteLink(string, Rect)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds rectangles surrounded by A tag with HREF to the end of SVG content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_Util_C1HtmlGraphics_WriteLinks" data-uid="C1.Document.Util.C1HtmlGraphics.WriteLinks">
          <a class="xref" href="C1.Document.Util.C1HtmlGraphics.WriteLinks.html#C1_Document_Util_C1HtmlGraphics_WriteLinks">WriteLinks()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds rectangles surrounded by A tag with HREF to the end of SVG content</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
