PdfDocumentEditorExportObjects Method |
Export all objects in this document as an importable string.
Namespace:
RadPdf.Data.Document
Assembly:
RadPdf (in RadPdf.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic string ExportObjects()
Public Function ExportObjects As String
Return Value
Type:
StringAn importable string of all objects
See Also