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

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