GraffitiSuite Docs
Docs
Graffitipdfviewer
Loading document parsing libraries...
# GraffitiPDFViewer Class Inherits GraffitiWebUIControl ## About GraffitiPDFViewer is a purpose-built PDF Viewer for your Xojo applications. Using the industry standard PDF.js, loading and displaying PDF files is a breeze. ## Compatibility ### Framework API Version | 1.0 | 2.0 | | :---: | :---: | | True | True | ### Web | 32-Bit | 64-Bit | | :---: | :---: | | True | True | ## Enumerations | Name | Value | Description | | --- | :---: | --- | | DisplayModes | Vertical <br> Horizontal | | ## Event Definitions | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Error | code as Integer <br> name as String <br> message as String | (None) | | | Open | (None) | (None) | | | PageChanged | (None) | (None) | | | PageImageReceived | index as Integer <br> page as Picture | (None) | | | Rendered | (None) | (None) | | | ScrollChanged | (None) | (None) | Raised when either the current scroll position or the scroll maximum have changed value. | | Shown | (None) | (None) | | | ZoomChanged | (None) | (None) | | ## Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | CloseDocument | (None) | (None) | | | Download | (None) | (None) | | | Find | text as String | (None) | | | FitHeight | (None) | (None) | | | FitPage | (None) | (None) | | | FitWidth | (None) | (None) | | | OpenDocument | file as GraffitiWebFile <br> password as String = "" | (None) | | | OpenDocument | url as String <br> password as String = "" | (None) | | | OpenDocument | file as WebFile <br> password as String = "" | (None) | | | PageIndex | (None) | Integer | | | PageLastIndex | (None) | Integer | | | Print | (None) | (None) | | | RequestPageImage | index as Integer | (None) | | | Rotate | value as Integer | (None) | | | ScrollToPage | index as Integer | (None) | | | Zoom | (None) | Double | | | Zoom | assigns value as Double | (None) | | | ZoomIn | (None) | (None) | | | ZoomOut | (None) | (None) | | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | DisplayMode | DisplayModes | Nil | | | Enabled | Boolean | Nil | | | ScrollMaximumY | Double | Nil | The maximum vertical scroll distance. | | ScrollPositionY | Double | Nil | The current vertical scroll position. | | SidebarVisible | Boolean | Nil | | | TextDisplayHorizontal | String | Nil | | | TextDisplayVertical | String | Nil | | | TextDownload | String | Nil | | | TextFitHeight | String | Nil | | | TextFitPage | String | Nil | | | TextFitWidth | String | Nil | | | TextPrint | String | Nil | | | TextRotateClockwise | String | Nil | | | TextRotateCounter | String | Nil | | | ToolbarVisible | Boolean | Nil | | | TooltipFirstPage | String | Nil | | | TooltipGoToPage | String | Nil | | | TooltipLastPage | String | Nil | | | TooltipNextPage | String | Nil | | | TooltipPreviousPage | String | Nil | | | TooltipToggleSidebar | String | Nil | | | TooltipZoomIn | String | Nil | | | TooltipZoomOut | String | Nil | |