PDF for UWP | ComponentOne
C1.Xaml.Pdf Namespace / C1PdfDocumentBase Class / PageSize Property

In This Topic
    PageSize Property (C1PdfDocumentBase)
    In This Topic
    Gets or sets the default page size for the document (in points).
    Syntax
    'Declaration
     
    
    Public Overridable Property PageSize As Size
    public virtual Size PageSize {get; set;}
    See Also