Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot.Translators Namespace / ReadFileAsyncWithBlocks Class / Blocks Property

In This Topic
    Blocks Property (ReadFileAsyncWithBlocks)
    In This Topic
    Gets or sets the blocks resulting from file reading.
    Syntax
    'Declaration
     
    Public ReadOnly Property Blocks As BlockKeyedCollection
    public BlockKeyedCollection Blocks {get;}
    See Also