VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode Namespace / Ai1DAssembly Class / ResourcesPath Property
Syntax Requirements SeeAlso
In This Topic
    ResourcesPath Property (Ai1DAssembly)
    In This Topic
    Gets or sets the path that contains the resources (Vintasoft.Barcode.AI.1D.vsres) of this assembly.
    Syntax
    'Declaration
    
    Public Shared Property ResourcesPath As String
    
    
    public static string ResourcesPath { get; set; }
    
    
    public: __property static string* get_ResourcesPath();
    public: __property static void set_ResourcesPath(
    string* value
    );
    public:
    static property string^ ResourcesPath { string^ get(); void set(string^ value); }
    Requirements

    Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7

    See Also