Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextLayout Class / CanSkipFirstLineWithIndentation Property

In This Topic
    CanSkipFirstLineWithIndentation Property
    In This Topic
    Gets or sets whether the whole first line of a paragraph with indentation can be skipped. The default is true.
    Syntax
    'Declaration
     
    Public Property CanSkipFirstLineWithIndentation As System.Boolean
    public System.bool CanSkipFirstLineWithIndentation {get; set;}
    See Also