ImageGear v26.5 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFLayer Class / HasUsageInfo Property




In This Topic
    HasUsageInfo Property
    In This Topic
    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