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

In This Topic
    CopyImagesOnRedact Property
    In This Topic
    Gets or sets a value indicating whether images within the redacted area that also appear in other locations will be copied before applying the redact. If this property is true, only the appearance of the redacted area will be affected. If this property is false, if an image within the redacted area also appears in other locations, all these locations will be affected. The default is false.
    Syntax
    'Declaration
     
    Public Property CopyImagesOnRedact As System.Boolean
    public System.bool CopyImagesOnRedact {get; set;}
    See Also