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