[]
        
(Showing Draft Content)

C1.Win.Document.Util.C1GcGraphics.WriteBookmark

WriteBookmark Method

WriteBookmark(string, Rect)

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

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