PdfDocumentEditorImportObjects Method (String) |
Imports all objects to this document from an importable string.
Namespace:
RadPdf.Data.Document
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public void ImportObjects(
string value
)
Public Sub ImportObjects (
value As String
)
Parameters
- value
- Type: SystemString
An importable string from ExportObjects
See Also