Document.AllowReusePageContent

Document.AllowReusePageContent property

Allows to merge page contents to optimize docuement size. If used then differnet but duplicated pages may reference to the same content object. Please note that this mode may cause side effects like changing page content when other page is changed.

public bool AllowReusePageContent { get; set; }

See Also