PdfObjectCloneTo Method |
Namespace: RadPdf.Data.Document.Objects
Form fields which are locked (IsLocked is true) and have not been unlocked (using Unlock) can not be cloned.
PdfObject instances which have a parent (e.g. Parent is not null) can not be cloned.
When cloning a PdfImageShape object to a PdfPage in a different PdfDocument, the PdfStorageProvider must be accessible.
The new PdfObject will not be committed to its destination PdfDocument until the saved (e.g. via the Save method or inside a OnDocumentSaving(DocumentSavingEventArgs) overload).