Leadtools.Forms.DocumentWriters Namespace > RtfDocumentOptions Class : Framed Property |
public bool Framed {get; set;}
'Declaration Public Property Framed As Boolean
'Usage Dim instance As RtfDocumentOptions Dim value As Boolean instance.Framed = value value = instance.Framed
public bool Framed {get; set;}
get_Framed();
set_Framed(value);
Object.defineProperty('Framed');
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.