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