Context Constructor (Context) |
Copy constructor.
Namespace:
pdftron.PDF.OCG
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Context(
Context context
)
Public Sub New (
context As Context
)
public:
Context(
[InAttribute] Context^ context
)
pdftron.PDF.OCG.Context = function(context);
Parameters
- context
- Type: pdftron.PDF.OCGContext
Another context from which to take initial OCG states.
See Also