ComponentOne Reports for WPF
C1.C1Report Namespace / RtfFilter Class / EmbedPictures Property

In This Topic
    EmbedPictures Property (RtfFilter)
    In This Topic
    Specifies whether filter should embed images in the RTF document.
    Syntax
    'Declaration
     
    Public Property EmbedPictures As Boolean
    public bool EmbedPictures {get; set;}
    Remarks
    Documents with embedded images are significantly larger than text-only documents.
    See Also