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