Overload | Description |
---|---|
SetRegionColorSelection(Int32,Color) | Sets the fill color of a highlighted region, when it is selected by the user. The region is specified by its unique identifier related to the document currently displayed in the GdViewer control. These regions, if present, determines the currently defined highlighted regions on the displayed document.
You can determine this fill color of each highlighted region using the GetRegionColorSelection method. |
SetRegionColorSelection(Int32,Int32) | Sets the fill color of a highlighted region, when it is selected by the user. The region is specified by its unique identifier related to the document currently displayed in the GdViewer control. These regions, if present, determines the currently defined highlighted regions on the displayed document.
You can determine this fill color of each highlighted region using the GetRegionColorSelection method. |