alexa

    Show / Hide Table of Contents

    Class RedactionMark

    This class represents the region which is redacted (or) marked for redaction in the PDF page.

    Inheritance
    System.Object
    RedactionMark
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.PdfViewer.WPF.dll
    Syntax
    public class RedactionMark

    Properties

    Bounds

    Gets the System.Drawing.RectangleF bounds of the region which is redacted (or) marked for redaction in the PDF page.

    Declaration
    public RectangleF Bounds { get; }
    Property Value
    Type
    System.Drawing.RectangleF

    Fill

    Gets the fill color of the region which is redacted (or) marked for redaction in the PDF page.

    Declaration
    public Color Fill { get; }
    Property Value
    Type
    System.Windows.Media.Color

    PageIndex

    Gets the page index in which the RedactionMark is applied.

    Declaration
    public int PageIndex { get; }
    Property Value
    Type
    System.Int32
    Back to top Generated by DocFX