PagePorter Class Library

ProjectGlobals.Attach Method 

Associates a new Globals collection for use by this class.

[Visual Basic]
Public Sub Attach( _
   ByVal globals As Globals _
)
[C#]
public void Attach(
   Globals globals
);

Parameters

globals
The new Globals object to use to persist the project settings.

See Also

ProjectGlobals Class | Parastream.PagePorter Namespace