PdfJavaScriptAction.GetObjectData Method |
Populates a SerializationInfo with the data needed to serialize the target object.
Namespace:
Atalasoft.PdfDoc
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic void GetObjectData(
SerializationInfo info,
StreamingContext context
)
Public Sub GetObjectData (
info As SerializationInfo,
context As StreamingContext
)
Parameters
- info
- Type: System.Runtime.Serialization.SerializationInfo
The SerializationInfo to populate with data. - context
- Type: System.Runtime.Serialization.StreamingContext
The destination (see StreamingContext) for this serialization.
Implements
ISerializable.GetObjectData(SerializationInfo, StreamingContext)
ExceptionsException | Condition |
---|
SecurityException |
The caller does not have the required permission.
|
See Also