VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Pdf.UI Namespace / PageRedactionMark Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    PageRedactionMark Class
    In This Topic
    Represents redaction mark that removes all content (images, text, vector graphics) from PDF page.
    Object Model
    PdfPage IInteractionController IInteractionController PageRedactionMark
    Syntax
    'Declaration
    
    Public Class PageRedactionMark
       Inherits RedactionMark
    
    
    public class PageRedactionMark : RedactionMark
    
    
    public __gc class PageRedactionMark : public RedactionMark*
    
    
    public ref class PageRedactionMark : public RedactionMark^
    
    
    Inheritance Hierarchy

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

    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