Click or drag to resize

PdfPageImportObject Method (String)

Import an object to this page

Namespace:  RadPdf.Data.Document.Pages
Assembly:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.0.0)
Syntax
public PdfObject ImportObject(
	string value
)

Parameters

value
Type: SystemString
An exported PdfObject represented as a string returned by Export

Return Value

Type: PdfObject
Imported object
See Also