Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Viewer Assembly / C1.Xamarin.Forms.Viewer Namespace / FlexViewer Class
Fields Properties Methods Events


In This Topic
    FlexViewer Class Members
    In This Topic

    The following tables list the members exposed by FlexViewer.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the FlexViewer class.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)The zoom mode property  
    Public Fieldstatic (Shared in Visual Basic)Identifies the LoadingPageSize dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the MenuItems dependency property.  
    Public Fieldstatic (Shared in Visual Basic)The menu width property  
    Public Fieldstatic (Shared in Visual Basic)Identifies the Padding dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the PageBackgroundColor dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the PageBorderColor dependency property.  
    Public Fieldstatic (Shared in Visual Basic)The display mode property  
    Public Fieldstatic (Shared in Visual Basic)Identifies the PageSpacing dependency property.  
    Public Fieldstatic (Shared in Visual Basic)The rotate property  
    Public Fieldstatic (Shared in Visual Basic)Identifies the ShowMenu dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the ShowToolbar dependency property.  
    Top
    Public Properties
     NameDescription
    Public Property (Inherited from Xamarin.Forms.VisualElement)
    Public Property (Inherited from Xamarin.Forms.VisualElement)
    Public Property (Inherited from Xamarin.Forms.Element)
    Public Property (Inherited from Xamarin.Forms.VisualElement)
    Public Property (Inherited from Xamarin.Forms.VisualElement)
    Public Property (Inherited from Xamarin.Forms.BindableObject)
    Public Property (Inherited from Xamarin.Forms.VisualElement)
    Public Property (Inherited from Xamarin.Forms.NavigableElement)
    Public Property (Inherited from Xamarin.Forms.Element)
    Public Property (Inherited from Xamarin.Forms.BindableObject)
    Public Property (Inherited from Xamarin.Forms.Element)
    Public Property (Inherited from Xamarin.Forms.VisualElement)
    Public Property (Inherited from Xamarin.Forms.View)
    Public Property (Inherited from Xamarin.Forms.VisualElement)
    Public Property (Inherited from Xamarin.Forms.VisualElement)
    Public Property (Inherited from Xamarin.Forms.View)
    Public Property (Inherited from Xamarin.Forms.Element)
    Public Property (Inherited from Xamarin.Forms.VisualElement)
    Public Property (Inherited from Xamarin.Forms.VisualElement)
    Public Property (Inherited from Xamarin.Forms.VisualElement)
    Public Property (Inherited from Xamarin.Forms.VisualElement)
    Public Property (Inherited from Xamarin.Forms.VisualElement)
    Public Property (Inherited from Xamarin.Forms.View)
    Public PropertyGets or sets the menu items.  
    Public PropertyGets or sets the width of the hamburger menu.  
    Public Property (Inherited from Xamarin.Forms.VisualElement)
    Public Property (Inherited from Xamarin.Forms.VisualElement)
    Public Property (Inherited from Xamarin.Forms.NavigableElement)
    Public Property (Inherited from Xamarin.Forms.VisualElement)
    Public PropertyGets or sets the amount of padding between pages and the preview window edges.  
    Public PropertyGets or sets a color used for filling the page content.  
    Public PropertyGets or sets a brush used for drawing page borders.  
    Public PropertyGets or sets the display mode.  
    Public PropertyGets or sets the amount of padding between pages in the preview.  
    Public Property (Inherited from Xamarin.Forms.Element)
    Public Property (Inherited from Xamarin.Forms.VisualElement)
    Public PropertyGets or sets the rotate clockwise.  
    Public Property (Inherited from Xamarin.Forms.VisualElement)
    Public Property (Inherited from Xamarin.Forms.VisualElement)
    Public Property (Inherited from Xamarin.Forms.VisualElement)
    Public Property (Inherited from Xamarin.Forms.VisualElement)
    Public Property (Inherited from Xamarin.Forms.VisualElement)
    Public Property (Inherited from Xamarin.Forms.VisualElement)
    Public PropertyGets or sets a value indicating whether the hamburger is visible or not.  
    Public PropertyGets or sets a value indicating whether the toolbar is visible or not.  
    Public PropertyIComponent Site  
    Public Property (Inherited from Xamarin.Forms.NavigableElement)
    Public Property (Inherited from Xamarin.Forms.NavigableElement)
    Public Property (Inherited from Xamarin.Forms.Element)
    Public Property (Inherited from Xamarin.Forms.VisualElement)
    Public Property (Inherited from Xamarin.Forms.VisualElement)
    Public Property (Inherited from Xamarin.Forms.VisualElement)
    Public Property (Inherited from Xamarin.Forms.VisualElement)
    Public Property (Inherited from Xamarin.Forms.View)
    Public Property (Inherited from Xamarin.Forms.VisualElement)
    Public Property (Inherited from Xamarin.Forms.VisualElement)
    Public Property (Inherited from Xamarin.Forms.VisualElement)
    Public Property (Inherited from Xamarin.Forms.VisualElement)
    Public Property (Inherited from Xamarin.Forms.VisualElement)
    Public PropertyGets or sets the preview zoom mode.  
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from Xamarin.Forms.VisualElement)
    Public Method (Inherited from Xamarin.Forms.VisualElement)
    Public MethodOverloaded.  (Inherited from Xamarin.Forms.BindableObject)
    Public MethodClears the document, removing all content and resetting all properties and settings to their initial default values.  
    Public MethodPerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.  
    Public Method (Inherited from Xamarin.Forms.Element)
    Public Method (Inherited from Xamarin.Forms.VisualElement)
    Public MethodGets the current active search item. Return null if no item is actived.  
    Public Method (Inherited from Xamarin.Forms.View)
    Public Method (Inherited from Xamarin.Forms.BindableObject)
    Public MethodReturns numbers of pages which are currently visible in the viewport.  
    Public Method (Inherited from Xamarin.Forms.BindableObject)
    Public Method (Inherited from Xamarin.Forms.VisualElement)
    Public MethodLoads document to the viewer  
    Public Method (Inherited from Xamarin.Forms.VisualElement)
    Public MethodGet next search item. Return null if not found.  
    Public MethodGet previous search item. Return null if not found.  
    Public MethodRefresh layout and data of flexviewer.  
    Public Method (Inherited from Xamarin.Forms.BindableObject)
    Public Method (Inherited from Xamarin.Forms.Element)
    Public MethodStops the search mode and removes highlighting from the found text fragments.  
    Public MethodOverloaded. Saves the current PDF document to a file.  
    Public MethodSaves 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.  
    Public MethodSaves 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.  
    Public MethodSaves 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.  
    Public MethodSaves 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.  
    Public MethodOverloaded. Saves the document pages as images to a stream in TIFF format, one page per frame.  
    Public MethodStarts searching text with specified parameters  
    Public Method (Inherited from Xamarin.Forms.BindableObject)
    Public Method (Inherited from Xamarin.Forms.Element)
    Public MethodOverloaded.  (Inherited from Xamarin.Forms.BindableObject)
    Public MethodShows the print dialog  
    Public Method (Inherited from Xamarin.Forms.VisualElement)
    Top
    Protected Methods
     NameDescription
    Protected Method (Inherited from Xamarin.Forms.BindableObject)
    Protected Method (Inherited from Xamarin.Forms.VisualElement)
    Protected Method (Inherited from Xamarin.Forms.View)
    Protected Method (Inherited from Xamarin.Forms.VisualElement)
    Protected Method (Inherited from Xamarin.Forms.VisualElement)
    Protected Method (Inherited from Xamarin.Forms.VisualElement)
    Protected Method (Inherited from Xamarin.Forms.VisualElement)
    Protected Method (Inherited from Xamarin.Forms.NavigableElement)
    Protected Method (Inherited from Xamarin.Forms.Element)
    Protected Method (Inherited from Xamarin.Forms.BindableObject)
    Protected Method (Inherited from Xamarin.Forms.VisualElement)
    Protected Method (Inherited from Xamarin.Forms.VisualElement)
    Protected Method (Inherited from Xamarin.Forms.VisualElement)
    Protected Method (Inherited from Xamarin.Forms.VisualElement)
    Protected Method (Inherited from Xamarin.Forms.VisualElement)
    Protected Method (Inherited from Xamarin.Forms.VisualElement)
    Protected Method (Inherited from Xamarin.Forms.BindableObject)
    Top
    Extension Methods
     NameDescription
    Public Extension MethodGet 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
    Public Events
     NameDescription
    Public Event (Inherited from Xamarin.Forms.BindableObject)
    Public Event (Inherited from Xamarin.Forms.Element)
    Public Event (Inherited from Xamarin.Forms.Element)
    Public Event (Inherited from Xamarin.Forms.VisualElement)
    Public Event (Inherited from Xamarin.Forms.Element)
    Public Event (Inherited from Xamarin.Forms.Element)
    Public EventOccurs when the object is disposed.  
    Public EventOccurs when a document stream is being requested.  
    Public EventOccurs when a document stream is being saved.  
    Public EventOccurs after the document source is changed.  
    Public EventOccurs before the document source is changed.  
    Public Event (Inherited from Xamarin.Forms.VisualElement)
    Public Event (Inherited from Xamarin.Forms.VisualElement)
    Public EventOccurs when click on hamburger menu item.  
    Public Event (Inherited from Xamarin.Forms.BindableObject)
    Public Event (Inherited from Xamarin.Forms.BindableObject)
    Public Event (Inherited from Xamarin.Forms.VisualElement)
    Public Event (Inherited from Xamarin.Forms.VisualElement)
    Top
    See Also