Skip to main content
All docs
V26.1
  • RedactionGeometryType Enum

    Lists values that indicate the type of redaction geometry in a PDF document.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    NuGet Package: DevExpress.Docs.Pdf

    Declaration

    public enum RedactionGeometryType

    Members

    Name Description
    Rectangle

    The redaction geometry is defined by a rectangle.

    Quadrilaterals

    The redaction geometry is defined by a collection of quadrilaterals.

    Related API Members

    The following properties accept/return RedactionGeometryType values:

    See Also