ImageGear .NET v25.0 - Updated
HasUsageInfo Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFLayer Class : HasUsageInfo Property
Gets a value indicating whether a layer object is associated with the Usage dictionary.
Syntax
'Declaration
 
Public ReadOnly Property HasUsageInfo As Boolean
'Usage
 
Dim instance As ImGearPDFLayer
Dim value As Boolean
 
value = instance.HasUsageInfo
public bool HasUsageInfo {get;}
public: __property bool get_HasUsageInfo();
public:
property bool HasUsageInfo {
   bool get();
}

Property Value

Boolean value.
See Also

Reference

ImGearPDFLayer Class
ImGearPDFLayer Members