






|
| PDFTron SilverDox SDK |
| TextStrikeout Constructor (AnnotationManager) |
| TextStrikeout Class See Also Send Feedback |
Creates a new instance of the TextStrikeout class.
Namespace: PDFTron.SilverDox.Documents.Annotations
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010
Syntax
| C# |
|---|
public TextStrikeout( AnnotationManager annotationManager ) |
| Visual Basic |
|---|
Public Sub New ( _ annotationManager As AnnotationManager _ ) |
| Visual C++ |
|---|
public: TextStrikeout( AnnotationManager^ annotationManager ) |
Parameters
- annotationManager
- Type: PDFTron.SilverDox.Documents.Annotations..::..AnnotationManager
The AnnotationManager to associate with this annotation.
