ImageGear .NET v25.0 - Updated
IsDictionaryInline Property (ImGearPDEPlace)




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEPlace Class : IsDictionaryInline Property
Gets a value indicating whether the dictionary is inline.
Syntax
'Declaration
 
Public ReadOnly Property IsDictionaryInline As Boolean
'Usage
 
Dim instance As ImGearPDEPlace
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 place has no Marked Content dictionary.
See Also

Reference

ImGearPDEPlace Class
ImGearPDEPlace Members