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

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

    Parameters

    redactAnnotation
    The GrapeCity.Documents.Pdf.Annotations.RedactAnnotation object to apply.
    redactOptions
    Specifies the additional redact options. If null, the default settings are used.
    See Also