ImageGear v26.0 - Updated
CreateLayer Method




ImageGear.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

Is this page helpful?
Yes No
Thanks for your feedback.