PdfPageImportObject Method (String, PdfObjectImportSettings) |
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,
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