ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word Namespace / RtfPageAddedArgs Class / RtfPageAddedArgs Constructor
The RTF content.

In This Topic
    RtfPageAddedArgs Constructor
    In This Topic
    Class constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal content As IRtfContent _
    )
    public RtfPageAddedArgs( 
       IRtfContent content
    )

    Parameters

    content
    The RTF content.
    See Also