A StrikethroughAnnotationOptions object specifying the strike appearance.





In This Topic
GdPicture14.MAUI Namespace / GdViewer Class / StrikethroughSelectedText Method

StrikethroughSelectedText Method

In This Topic
Strikethrough the selected text of the loaded document.
Syntax
'Declaration

 

Public Sub StrikethroughSelectedText( _

   Optional ByVal options As StrikethroughAnnotationOptions _

) 
public void StrikethroughSelectedText( 

   StrikethroughAnnotationOptions options

)
public procedure StrikethroughSelectedText( 

    options: StrikethroughAnnotationOptions

); 
public function StrikethroughSelectedText( 

   options : StrikethroughAnnotationOptions

);
public: void StrikethroughSelectedText( 

   StrikethroughAnnotationOptions* options

) 
public:

void StrikethroughSelectedText( 

   StrikethroughAnnotationOptions^ options

) 

Parameters

options
A StrikethroughAnnotationOptions object specifying the strike appearance.
See Also