ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Objects Namespace / RtfSection Class / PageSize Property

In This Topic
    PageSize Property (RtfSection)
    In This Topic
    Gets or sets page size for this section.
    Syntax
    'Declaration
     
    Public Property PageSize As Size
    public Size PageSize {get; set;}

    Property Value

    The page size of the Word/RTF section.
    See Also