[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.RedactOptions.IgnoreUnreadableObjects

IgnoreUnreadableObjects Property

IgnoreUnreadableObjects

Gets or sets a value indicating whether to completely remove objects that need to be partially redacted but which are unreadable or unknown to GcPdf.

If true (the default), such objects will be silently removed. Otherwise an exception will be thrown.

Declaration
public bool IgnoreUnreadableObjects { get; set; }
Public Property IgnoreUnreadableObjects As Boolean