Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / RedactOptions Class / Precision Property

In This Topic
    Precision Property
    In This Topic
    Gets 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.

    Syntax
    'Declaration
     
    Public Property Precision As System.Single
    public System.float Precision {get; set;}
    See Also