Bookmark::Rect property¶
Returns the destination rectangle of the bookmark.
TextStyleFlags Rect { get; set; }
System.Drawing.Rect getRect() const;
void setRect(System.Drawing.Rect value);
Return Value¶
System.Drawing.Rect
: The destination rectangle.