'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.