DocumentIgnoreCorruptedObjects Property |
Gets or sets flag of ignoring errors in source files.
When pages from source document copied into destination document, copying process is stopped with exception
if some objects in source files are corrupted when this flag is false.
example: dest.Pages.Add(src.Pages);
If this flag is set to true then corrupted objects will be replaced with empty values.
By default: true.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 21.1
Syntaxpublic bool IgnoreCorruptedObjects { get; set; }
Public Property IgnoreCorruptedObjects As Boolean
Get
Set
public:
property bool IgnoreCorruptedObjects {
bool get ();
void set (bool value);
}
member IgnoreCorruptedObjects : bool with get, set
Property Value
Type:
Boolean
See Also