Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / SaveAsImageOptions Class / IgnoreErrors Property

In This Topic
    IgnoreErrors Property (SaveAsImageOptions)
    In This Topic
    Gets or sets a value indicating whether to ignore errors in PDF content stream if possible.

    The default is true.

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