Click or drag to resize

PdfObject.Clone Method

Creates a new PdfObject that is a copy of the current PdfObject and adds it to this object's parent Page.

Namespace:  RadPdf.Data.Document.Objects
Assembly:  RadPdf (in RadPdf.dll) Version: 4.3.0.0 (4.3.0.0)
Syntax
public Object Clone()

Return Value

Type: Object
A new object that is a copy of this PdfObject.

Implements

ICloneable.Clone()
Remarks

Form fields which are locked (IsLocked is true) and have not been unlocked (using Unlock()) can not be cloned.

The new PdfObject will not be committed to the PdfDocument until the saved (e.g. via the Save() method or inside a OnDocumentSaving(DocumentSavingEventArgs) overload).

See Also
This website uses cookies to identify your session and other necessary functions. By using this website, you are agreeing to our Terms of Use and Privacy Policy (updated April 26 2021).
Learn About Cookies
Got it!