ImageGear .NET v24.14 - Updated
CreateLayer Method (ImGearPDFDocument)




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFDocument Class : CreateLayer Method
The name of the layer.
Creates a new layer (optional-content group) object in the document.
Syntax
'Declaration
 
Public Function CreateLayer( _
   ByVal name As String _
) As ImGearPDFLayer
'Usage
 
Dim instance As ImGearPDFDocument
Dim name As String
Dim value As ImGearPDFLayer
 
value = instance.CreateLayer(name)
public ImGearPDFLayer CreateLayer( 
   string name
)
public: ImGearPDFLayer* CreateLayer( 
   string* name
) 
public:
ImGearPDFLayer^ CreateLayer( 
   String^ name
) 

Parameters

name
The name of the layer.

Return Value

The newly created group object.
See Also

Reference

ImGearPDFDocument Class
ImGearPDFDocument Members
ImGearPDFDictionary Class
ImGearPDFLayer Class