Click or drag to resize

PdfDocumentEditorImportObjects Method (String, PdfObjectImportSettings)

Imports all objects to this document from an importable string.

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

Parameters

value
Type: SystemString
An importable string from ExportObjects
settings
Type: RadPdf.Data.DocumentPdfObjectImportSettings
Setings for importing this data
See Also