[]
        
(Showing Draft Content)

C1.WPF.Document.Util.C1HtmlGraphics.WriteBookmark

WriteBookmark Method

WriteBookmark(string, Rect)

Used to identify some area on the C1.WPF.Document.Util.C1Graphics this area can be referenced in WriteHyperlink(C1Hyperlink, Rect) method. Used in "exports" graphics.

Declaration
public override void WriteBookmark(string bookmark, Rect bounds)
Parameters
Type Name Description
string bookmark
Rect bounds
Overrides