Cuminas DjVu SDK for .NET Framework
HasLayer Method



One of Layer Enumeration to specify a layer to check the existance.
Detemines whether the page has certain layer.
Syntax
Public Function HasLayer( _
   ByVal layer As Layer _
) As Boolean
Dim instance As Page
Dim layer As Layer
Dim value As Boolean
 
value = instance.HasLayer(layer)
public bool HasLayer( 
   Layer layer
)
public:
bool HasLayer( 
   Layer layer
) 

Parameters

layer
One of Layer Enumeration to specify a layer to check the existance.

Return Value

true if the layer exists; otherwise false.
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

Page Class
Page Members

Send Feedback