VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf Namespace / PdfRedactionMarkType Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    PdfRedactionMarkType Enumeration
    In This Topic
    Specifies available types of PDF redaction marks.
    Syntax
    'Declaration
    
    <FlagsAttribute()>
    Public Enum PdfRedactionMarkType
       Inherits System.Enum
    
    
    [Flags()]
    public enum PdfRedactionMarkType : System.Enum
    
    
    [Flags()]
    __value public enum PdfRedactionMarkType : public System.Enum
    
    
    [Flags()]
    public enum class PdfRedactionMarkType : public System.Enum
    
    
    Members
    MemberDescription
    RemoveRasterGraphicsBlack out raster graphics (image resources).
    RemoveVectorGraphicsRemove vector graphics (lines, Bezier curves, ...).
    RemoveTextRemove text.
    RemoveAnnotationsRemove annotations.
    RemoveAllRemove and black out all content (annotations, images, text, vector graphics).
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Pdf.PdfRedactionMarkType

    Requirements

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

    See Also