Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfDocument Class / Redact Method / Redact(RedactOptions) Method
Specifies the additional redact options. If null, the default settings are used.

In This Topic
    Redact(RedactOptions) Method
    In This Topic
    Applies all GrapeCity.Documents.Pdf.Annotations.RedactAnnotations to the current document.
    Syntax
    'Declaration
     
    Public Overloads Sub Redact( _
       Optional ByVal redactOptions As RedactOptions _
    ) 
    public void Redact( 
       RedactOptions redactOptions
    )

    Parameters

    redactOptions
    Specifies the additional redact options. If null, the default settings are used.
    See Also