VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Wpf.UI.Annotations Namespace / WpfPdfFreeTextAnnotationView Class / TextTransformerWordWrap Property
Syntax Requirements SeeAlso
In This Topic
    TextTransformerWordWrap Property (WpfPdfFreeTextAnnotationView)
    In This Topic
    Gets or sets a value indicating whether a multiline text box transformer must automatically wrap words to the beginning of the next line when this is necessary.
    Syntax
    'Declaration
    
    <BrowsableAttribute(False)>
    Public Property TextTransformerWordWrap As System.Windows.TextWrapping
    
    
    [Browsable(False)]
    public System.Windows.TextWrapping TextTransformerWordWrap { get; set; }
    
    
    [Browsable(False)]
    public: __property System.Windows.TextWrapping* get_TextTransformerWordWrap();
    public: __property void set_TextTransformerWordWrap(
    System.Windows.TextWrapping* value
    );
    [Browsable(False)]
    public:
    property System.Windows.TextWrapping^ TextTransformerWordWrap { System.Windows.TextWrapping^ get(); void set(System.Windows.TextWrapping^ value); }
    Requirements

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

    See Also