VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.UI Namespace / TextRedactionMark Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    TextRedactionMark Class
    In This Topic
    Represents redaction mark that is used for removing text from content.
    Object Model
    TextRegion PdfPage IInteractionController IInteractionController TextRedactionMark
    Syntax
    'Declaration
    
    Public Class TextRedactionMark
       Inherits RedactionMark
    
    
    public class TextRedactionMark : RedactionMark
    
    
    public __gc class TextRedactionMark : public RedactionMark*
    
    
    public ref class TextRedactionMark : public RedactionMark^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.UI.VisualTools.RectangularSelection
          Vintasoft.Imaging.Pdf.UI.RedactionMark
             Vintasoft.Imaging.Pdf.UI.TextRedactionMark

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also