ImageGear21.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEContent Class : AddElement Method |
BEFORE_FIRST_PAGE
to add to the beginning of the display list.
'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)
public void AddElement( int precedingIndex, ImGearPDEElement element )
public: void AddElement( int precedingIndex, ImGearPDEElement* element )
public: void AddElement( int precedingIndex, ImGearPDEElement^ element )
BEFORE_FIRST_PAGE
to add to the beginning of the display list.