Click or drag to resize

PdfPageImportObject Method (String, PdfObjectImportSettings)

Import an object to this page

Namespace:  RadPdf.Data.Document.Pages
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public PdfObject ImportObject(
	string value,
	PdfObjectImportSettings settings
)

Parameters

value
Type: SystemString
An exported PdfObject represented as a string returned by Export
settings
Type: RadPdf.Data.DocumentPdfObjectImportSettings
Settings for importing this object

Return Value

Type: PdfObject
Imported object
See Also