Click or drag to resize

PdfObjectDelete Method

Deletes this PdfObject instance from its page.

Namespace:  RadPdf.Data.Document.Objects
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public void Delete()
Remarks

If this PdfObject is a PdfField and IsLocked is true, all form fields with this Name will be deleted in the file. If you wish to only delete this form field, you should instead call Unlock first.

PdfButtonFields and PdfSignatureFields can not be deleted unless RenderUnsupportedPdfFeatures / RenderUnsupportedPdfFeatures = false.

See Also