Click or drag to resize
Pdftools logo

CopyStrategy Enumeration


Namespace: PdfTools.FourHeights.PdfToolbox.Pdf
Assembly: PdfTools.FourHeights.PdfToolbox (in PdfTools.FourHeights.PdfToolbox.dll) Version: 1.0.0
Syntax
C#
public enum CopyStrategy
Members
Member nameValueDescription
Copy1 The elements are copied as-is to the target document.
Flatten2 The elements are removed but the visible representation is retained.
Remove3 The elements are removed completely.
See Also