Click or drag to resize
Pdftools logo

PageCopyOptionsDoNotCopyContent Property

Do not copy page content during duplication.

Controls whether graphical content is copied when duplicating pages. When false, all visual elements are copied. When true, only non-graphical content elements (annotations, metadata, etc.) are transferred to the new pages.

Default value:


Namespace: PdfTools.Toolbox.Pdf
Assembly: PdfTools.Toolbox (in PdfTools.Toolbox.dll) Version: 1.12.0+5e7853f3b1a241c2ec0dd9e8fc4b9015d17a37d8
Syntax
C#
public bool DoNotCopyContent { get; set; }

Property Value

Boolean
See Also