OptimizationOptionsRemoveUnusedObjects Property |
If this flag is set to true, all document objects will be checked and unused objects (i.e. objects which does not have any reference) are removed from document.
Namespace: Aspose.Pdf.OptimizationAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic bool RemoveUnusedObjects { get; set; }
Public Property RemoveUnusedObjects As Boolean
Get
Set
public:
property bool RemoveUnusedObjects {
bool get ();
void set (bool value);
}
member RemoveUnusedObjects : bool with get, set
Property Value
Type:
Boolean
See Also