InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IFileTransfer Interface / OmitLeadingSpaces Property


In This Topic
    OmitLeadingSpaces Property
    In This Topic
    Gets or sets a value indicating whether to remove blank spaces at the beginning of a line. Blank spaces after the first non-blank character are left as they are.
    Syntax
    'Declaration
     
    
    Property OmitLeadingSpaces As Boolean
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As Boolean
     
    instance.OmitLeadingSpaces = value
     
    value = instance.OmitLeadingSpaces
    bool OmitLeadingSpaces {get; set;}
    See Also