Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.21 KB

File metadata and controls

13 lines (9 loc) · 1.21 KB

HtmlToPngRequest

Properties

Name Type Description Notes
Html string HTML to render to PNG (screenshot) [optional] [default to null]
ExtraLoadingWait int32 Optional: Additional number of milliseconds to wait once the web page has finished loading before taking the screenshot. Can be helpful for highly asynchronous websites. Provide a value of 0 for the default of 5000 milliseconds (5 seconds). Maximum is 30000 milliseconds (30 seconds). [optional] [default to null]
ScreenshotWidth int32 Optional: Width of the screenshot in pixels; supply 0 to default to 1280 x 1024, supply -1 to measure the full screen height of the page and attempt to take a screen-height screenshot [optional] [default to null]
ScreenshotHeight int32 Optional: Height of the screenshot in pixels; supply 0 to default to 1280 x 1024, supply -1 to measure the full screen height of the page and attempt to take a screen-height screenshot [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]