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

In This Topic
    IgnoreUnreadableObjects Property
    In This Topic
    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.

    Syntax
    'Declaration
     
    Public Property IgnoreUnreadableObjects As System.Boolean
    public System.bool IgnoreUnreadableObjects {get; set;}
    See Also