IDocumentSerializable
RestoreReference Method
|
Object can use this method for restore references.
Namespace:
Spire.Doc.Interface
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
void RestoreReference(
string name,
int value
)
Sub RestoreReference (
name As String,
value As Integer
)
void RestoreReference(
String^ name,
int value
)
abstract RestoreReference :
name : string *
value : int -> unit
Parameters
-
name
-
Type:
System
String
-
value
-
Type:
System
Int32
See Also