ImageGear .NET v24.12 - Updated
ImGearPDEContainer Constructor(ImGearPDFAtom,ImGearPDFDictionary,Boolean)




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEContainer Class > ImGearPDEContainer Constructor : ImGearPDEContainer Constructor(ImGearPDFAtom,ImGearPDFDictionary,Boolean)
Tag name for the container.
Optional Marked Content dictionary for the container.
If True, emits container into the page content stream inline.
Initializes a new instance of the ImGearPDEContainer class.
Syntax
'Declaration
 
Public Function New( _
   ByVal tag As ImGearPDFAtom, _
   ByVal dictionary As ImGearPDFDictionary, _
   ByVal isInline As Boolean _
)
'Usage
 
Dim tag As ImGearPDFAtom
Dim dictionary As ImGearPDFDictionary
Dim isInline As Boolean
 
Dim instance As New ImGearPDEContainer(tag, dictionary, isInline)
public ImGearPDEContainer( 
   ImGearPDFAtom tag,
   ImGearPDFDictionary dictionary,
   bool isInline
)
public: ImGearPDEContainer( 
   ImGearPDFAtom* tag,
   ImGearPDFDictionary* dictionary,
   bool isInline
)
public:
ImGearPDEContainer( 
   ImGearPDFAtom^ tag,
   ImGearPDFDictionary^ dictionary,
   bool isInline
)

Parameters

tag
Tag name for the container.
dictionary
Optional Marked Content dictionary for the container.
isInline
If True, emits container into the page content stream inline.

Return Value

The new instance of ImGearPDEContainer class object.
See Also

Reference

ImGearPDEContainer Class
ImGearPDEContainer Members
Overload List
ImGearPDFAtom Class
ImGearPDFDictionary Class