Overload | Description |
---|---|
SetRegionBorderColor(Int32,Color) | Sets the border color of a highlighted region 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 the border color of each highlighted region using the GetRegionBorderColor method. |
SetRegionBorderColor(Int32,Int32) | Sets the border color of a highlighted region 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 the border color of each highlighted region using the GetRegionBorderColor method. |