ImageGear v26.3 - Updated
ImageGear.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.




In This Topic
    ImGearPDEContainer Constructor(ImGearPDFAtom,ImGearPDFDictionary,Boolean)
    In This Topic
    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