Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / TextFrameFormat Class / FlatText Property

In This Topic
    FlatText Property
    In This Topic
    Gets or sets a value indicating whether to keep text out of 3D scene.

    The default value is false.

    If the value is true, the following properties will be ignored:

    Syntax
    'Declaration
     
    Public Property FlatText As System.Boolean
    public System.bool FlatText {get; set;}
    See Also