PdfPageImportObject Method (String) |
Import an object to this page
Namespace:
RadPdf.Data.Document.Pages
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public PdfObject ImportObject(
string value
)
Public Function ImportObject (
value As String
) As PdfObject
Parameters
- value
- Type: SystemString
An exported PdfObject represented as a string returned by Export
Return Value
Type:
PdfObjectImported object
See Also