ComponentOne PDF for .NET
C1.C1Pdf Namespace / C1PdfDocument Class / DrawStringHtml Method

In This Topic
    DrawStringHtml Method (C1PdfDocument)
    In This Topic
    Draws an HTML string in the specified rectangle with the specified System.Drawing.Brush and System.Drawing.Font objects.
    Overload List
    OverloadDescription
    Draws an HTML string in the specified rectangle with the specified System.Drawing.Brush and System.Drawing.Font objects.  
    Draws an HTML string in the specified rectangle with the specified System.Drawing.Brush and System.Drawing.Font objects, starting at a given offset within the string.  
    Remarks
    The method supports css styles for "font", "font-family", "font-size", "font-style", "font-weight",
    "text-decoration", "color", "background", "background-color",
    "text-indent", "direction", "width", "height", "cursor",
    "line-height", "page-break-before", "page-break-after" "text-align", "vertical-align", "white-space", margins, paddings and borders.
    See Also