Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / RedactOptions Class
Properties

In This Topic
    RedactOptions Class Members
    In This Topic

    The following tables list the members exposed by RedactOptions.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether to completely remove objects that need to be partially redacted but which are unreadable or unknown to GcPdf.

    If true (the default), such objects will be silently removed. Otherwise an exception will be thrown.

     
    Public PropertyGets or sets the maximum distance (in points) between a PDF object's boundary that is outside a redact area, and the redact area's edge, at which the object is still considered to be inside the redact.

    The default value is 2 points.

     
    Public PropertyGets or sets a RedactOptions.RenderOptionsDef object that specifies additional options used when a redact action requires that some PDF content is rendered as an image.  
    Top
    See Also