Leadtools.Forms.DocumentWriters Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Framed Property
See Also 
Leadtools.Forms.DocumentWriters Namespace > RtfDocumentOptions Class : Framed Property



Gets or sets a value indicating whether to frame the text blocks (use text box objects) in the resulting RTF file.

Syntax

Visual Basic (Declaration) 
Public Property Framed As Boolean
Visual Basic (Usage)Copy Code
Dim instance As RtfDocumentOptions
Dim value As Boolean
 
instance.Framed = value
 
value = instance.Framed
C# 
public bool Framed {get; set;}
C++/CLI 
public:
property bool Framed {
   bool get();
   void set (bool value);
}

Return Value

true to frame the text blocks (use text box objects) in the resulting RTF file; otherwise it is false.

Example

For an example, refer to RtfDocumentOptions.

Remarks

Frames are containers supported by the RTF format for text that can be positioned on a page and sized.

The default value of this property is false.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Forms.DocumentWriters requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features