Context Constructor (Config) |
Create a context object that represents an optional-content state of the
document from a given configuration.
Namespace:
pdftron.PDF.OCG
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Context(
Config config
)
Public Sub New (
config As Config
)
public:
Context(
[InAttribute] Config^ config
)
pdftron.PDF.OCG.Context = function(config);
Parameters
- config
- Type: pdftron.PDF.OCGConfig
A configuration from which to take initial OCG states.
See Also