PagePorter Class Library

ProjectGlobals.IsPagePorterProject Method (Project)

Returns true if the specified project is a PagePorter project.

[Visual Basic]
Overloads Public Shared Function IsPagePorterProject( _
   ByVal project As Project _
) As Boolean
[C#]
public static bool IsPagePorterProject(
   Project project
);

Parameters

project
The project to test.

Return Value

Returns true if the specified project is a PagePorter project.

See Also

ProjectGlobals Class | Parastream.PagePorter Namespace | ProjectGlobals.IsPagePorterProject Overload List