Click or drag to resize

PdfPage.CreateObject Method

Creates a new object on this page.

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

Parameters

objectType
Type: RadPdf.Data.Document.Objects.PdfObjectCreatable
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
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!