For a list of all members of this type, see FlexViewer members.
| Name | Description |
 | BatchBegin | (Inherited from Xamarin.Forms.VisualElement) |
 | BatchCommit | (Inherited from Xamarin.Forms.VisualElement) |
 | ClearValue | Overloaded. (Inherited from Xamarin.Forms.BindableObject) |
 | CloseDocument | Clears the document, removing all content and resetting all properties and settings to their initial default values. |
 | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
 | FindByName | (Inherited from Xamarin.Forms.Element) |
 | Focus | (Inherited from Xamarin.Forms.VisualElement) |
 | GetActiveSearchItem | Gets the current active search item. Return null if no item is actived. |
 | GetChildElements | (Inherited from Xamarin.Forms.View) |
 | GetValue | (Inherited from Xamarin.Forms.BindableObject) |
 | GetVisiblePageNumbers | Returns numbers of pages which are currently visible in the viewport. |
 | IsSet | (Inherited from Xamarin.Forms.BindableObject) |
 | Layout | (Inherited from Xamarin.Forms.VisualElement) |
 | LoadDocument | Loads document to the viewer |
 | Measure | (Inherited from Xamarin.Forms.VisualElement) |
 | Next | Get next search item. Return null if not found. |
 | Previous | Get previous search item. Return null if not found. |
 | Refresh | Refresh layout and data of flexviewer. |
 | RemoveBinding | (Inherited from Xamarin.Forms.BindableObject) |
 | RemoveDynamicResource | (Inherited from Xamarin.Forms.Element) |
 | ResetSearch | Stops the search mode and removes highlighting from the found text fragments. |
 | Save | Overloaded. Saves the current PDF document to a file. |
 | SaveAsBmp | Saves the document pages as images in BMP format, one page per output file. The fileName parameter is used as a .NET format string, with current page number (1-based) passed to it as the value to be formatted. Note that if fileName does not contain a format item (such as "{0}"), all pages will be saved into the same file name, the last page overwriting everything else. |
 | SaveAsGif | Saves the document pages as images in GIF format, one page per output file. The fileName parameter is used as a .NET format string, with current page number (1-based) passed to it as the value to be formatted. Note that if fileName does not contain a format item (such as "{0}"), all pages will be saved into the same file name, the last page overwriting everything else. |
 | SaveAsJpeg | Saves the document pages as images in JPEG format, one page per output file. The fileName parameter is used as a .NET format string, with current page number (1-based) passed to it as the value to be formatted. Note that if fileName does not contain a format item (such as "{0}"), all pages will be saved into the same file name, the last page overwriting everything else. |
 | SaveAsPng | Saves the document pages as images in PNG format, one page per output file. The fileName parameter is used as a .NET format string, with current page number (1-based) passed to it as the value to be formatted. Note that if fileName does not contain a format item (such as "{0}"), all pages will be saved into the same file name, the last page overwriting everything else. |
 | SaveAsTiff | Overloaded. Saves the document pages as images to a stream in TIFF format, one page per frame. |
 | SearchText | Starts searching text with specified parameters |
 | SetBinding | (Inherited from Xamarin.Forms.BindableObject) |
 | SetDynamicResource | (Inherited from Xamarin.Forms.Element) |
 | SetValue | Overloaded. (Inherited from Xamarin.Forms.BindableObject) |
 | ShowPrintDialog | Shows the print dialog |
 | Unfocus | (Inherited from Xamarin.Forms.VisualElement) |
Top
| Name | Description |
 | GetImage | Get the byte array of the control image. This byte array comes from a UIImagePNGRepresentation in iOS, TrueColorAlpha of PNG format in WP, Bitmap in Android. |
Top