Click or drag to resize

PdfPageCreateObject Method

Creates a new object on this page.

Namespace:  RadPdf.Data.Document.Pages
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public PdfObject CreateObject(
	PdfObjectCreatable objectType
)

Parameters

objectType
Type: RadPdf.Data.Document.ObjectsPdfObjectCreatable
Type of PdfObject for use in a PdfDocument to create

Return Value

Type: PdfObject
Created object
Remarks

This PdfObject will be added to the this PdfPage. To access all members of created object, return value should be cast to the proper type.

Creating a PdfSignatureShape (ShapeSignature) will set the object's properties Moveable and Resizable to false.

See Also