From 273e05502666f4e549d2062a02be1a1e674ceb4c Mon Sep 17 00:00:00 2001
From: Gabriel Leal de Almeida
<112120035+gabriel-leal-de-almeida@users.noreply.github.com>
Date: Mon, 13 Jan 2025 10:31:11 -0300
Subject: [PATCH] feat: add PageType.Unspecified to docs
---
docs/api-ref.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/api-ref.md b/docs/api-ref.md
index 62039ae2a..8cd002a91 100644
--- a/docs/api-ref.md
+++ b/docs/api-ref.md
@@ -2812,7 +2812,7 @@ Use this class to specify the format of the PDF that is returned for the view. O
Name | Description
:--- | :---
-`page_type` | The type of page returned in PDF format for the view. The page_type is set using the `PageType` class:
`PageType.A3`
`PageType.A4`
`PageType.A5`
`PageType.B5`
`PageType.Executive`
`PageType.Folio`
`PageType.Ledger`
`PageType.Legal`
`PageType.Letter`
`PageType.Note`
`PageType.Quarto`
`PageType.Tabloid`
+`page_type` | The type of page returned in PDF format for the view. The page_type is set using the `PageType` class:
`PageType.A3`
`PageType.A4`
`PageType.A5`
`PageType.B5`
`PageType.Executive`
`PageType.Folio`
`PageType.Ledger`
`PageType.Legal`
`PageType.Letter`
`PageType.Note`
`PageType.Quarto`
`PageType.Tabloid`
`PageType.Unspecified`
`orientation` | The orientation of the page. The options are portrait and landscape. The options are set using the `Orientation` class:
`Orientation.Portrait`
`Orientation.Landscape`
`maxage` | Optional. The maximum number of minutes the rendered PDF will be cached on the server before being refreshed. The value must be an integer between `1` and `240` minutes. `0` will be interpreted as 1 minute on server, as that is the shortest interval allowed. By default, `maxage` is set to `-1`, indicating the default behavior configured in server settings.
`viz_height` | Optional. The height of the output PDF in pixels. If specified, viz_width must also be specified.