Leadtools.Forms.DocumentWriters Namespace > DocDocumentOptions Class : Framed Property |
public bool Framed {get; set;}
'Declaration Public Property Framed As Boolean
'Usage Dim instance As DocDocumentOptions 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 DOC format for text that can be positioned on a page and sized.
The default value of this property is false.