DocumentAllowReusePageContent 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.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic bool AllowReusePageContent { get; set; }
Public Property AllowReusePageContent As Boolean
Get
Set
public:
property bool AllowReusePageContent {
bool get ();
void set (bool value);
}
member AllowReusePageContent : bool with get, set
Property Value
Type:
Boolean
See Also