VintaSoft Imaging .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Imaging.Office.Vmf.UI Namespace / VmfContentInfo Class / Lines Property
Syntax Requirements SeeAlso
In This Topic
    Lines Property (VmfContentInfo)
    In This Topic
    Gets the content lines of this content info.
    Syntax
    'Declaration
    
    Public ReadOnly Property Lines As VmfContentLine[]
    
    
    public VmfContentLine[] Lines { get; }
    
    
    public: __property VmfContentLine*[] get_Lines();
    
    
    
    public:
    property VmfContentLine^[] Lines { VmfContentLine^[] get(); }
    Requirements

    Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also