ImageGear .NET
AddElement Method (ImGearPDEContent)




Location after which Element is added. Should be BEFORE_FIRST_PAGE to add to the beginning of the display list.
ImGearPDEElement interface of the element to insert into content.
Inserts an element into content.
Syntax
public void AddElement( 
   int precedingIndex,
   ImGearPDEElement element
)
public: void AddElement( 
   int precedingIndex,
   ImGearPDEElement* element
) 
public:
void AddElement( 
   int precedingIndex,
   ImGearPDEElement^ element
) 
'Declaration
 
Public Sub AddElement( _
   ByVal precedingIndex As Integer, _
   ByVal element As ImGearPDEElement _
) 
 
'Usage
 
Dim instance As ImGearPDEContent
Dim precedingIndex As Integer
Dim element As ImGearPDEElement
 
instance.AddElement(precedingIndex, element)

Parameters

precedingIndex
Location after which Element is added. Should be BEFORE_FIRST_PAGE to add to the beginning of the display list.
element
ImGearPDEElement interface of the element to insert into content.
See Also

Reference

ImGearPDEContent Class
ImGearPDEContent Members
ImGearPDEElement Class

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback