PdfPageImportObject Method (String, PdfObjectImportSettings) | 
 
            Import an object to this page
            
 
    Namespace: 
   RadPdf.Data.Document.Pages
    Assembly:
   RadPdfStandard (in RadPdfStandard.dll) Version: 4.7.0.0 (4.7.0.0)
Syntaxpublic PdfObject ImportObject(
	string value,
	PdfObjectImportSettings settings
)
Public Function ImportObject ( 
	value As String,
	settings As PdfObjectImportSettings
) As PdfObject
Parameters
- value
 - Type: SystemString
An exported PdfObject represented as a string returned by Export - settings
 - Type: RadPdf.Data.DocumentPdfObjectImportSettings
Settings for importing this object 
Return Value
Type: 
PdfObjectImported object
See Also