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