ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word Namespace / C1WordDocument Class / PageSize Property

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

    Property Value

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