ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.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 System.Drawing.SizeF
    public System.Drawing.SizeF PageSize {get; set;}

    Property Value

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