PdfIndexedPageReference Constructor (SerializationInfo, StreamingContext) |
Constructs a new PdfIndexedPageReference using the supplied index
Namespace:
Atalasoft.PdfDoc
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax protected PdfIndexedPageReference(
SerializationInfo info,
StreamingContext context
)
Protected Sub New (
info As SerializationInfo,
context As StreamingContext
)
Parameters
- info
- Type: System.Runtime.SerializationSerializationInfo
- context
- Type: System.Runtime.SerializationStreamingContext
See Also