PrintDocument for WinForms | ComponentOne
C1.PrintDocument.8 Assembly / C1.C1Preview Namespace / RenderRichText Class / HasRtf Property

In This Topic
    HasRtf Property (RenderRichText)
    In This Topic
    Gets a value indicating whether the RenderRichText.Rtf property has been initialized and has non-zero length.
    Syntax
    'Declaration
     
    Public ReadOnly Property HasRtf As Boolean
    public bool HasRtf {get;}
    See Also