GdPicture.NET.14.MAUI
GdPicture14.MAUI Namespace / GdViewer Class / UnderlineSelectedText Method
An UnderlineAnnotationOptions object specifying the underline appearance.





In This Topic
UnderlineSelectedText Method
In This Topic
Underlines the selected text of the loaded document.
Syntax
'Declaration
 
Public Sub UnderlineSelectedText( _
   Optional ByVal options As UnderlineAnnotationOptions _
) 
public void UnderlineSelectedText( 
   UnderlineAnnotationOptions options
)
public procedure UnderlineSelectedText( 
    options: UnderlineAnnotationOptions
); 
public function UnderlineSelectedText( 
   options : UnderlineAnnotationOptions
);
public: void UnderlineSelectedText( 
   UnderlineAnnotationOptions* options
) 
public:
void UnderlineSelectedText( 
   UnderlineAnnotationOptions^ options
) 

Parameters

options
An UnderlineAnnotationOptions object specifying the underline appearance.
See Also