ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEContainer Class / IsDictionaryInline Property




In This Topic
    IsDictionaryInline Property (ImGearPDEContainer)
    In This Topic
    Gets a value indicating whether the dictionary is inline.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsDictionaryInline As Boolean
    'Usage
     
    Dim instance As ImGearPDEContainer
    Dim value As Boolean
     
    value = instance.IsDictionaryInline
    public bool IsDictionaryInline {get;}
    public: __property bool get_IsDictionaryInline();
    public:
    property bool IsDictionaryInline {
       bool get();
    }

    Property Value

    Boolean value.
    Remarks
    Undefined if the container has no Marked Content dictionary.
    See Also