Xamarin.iOS Documentation | ComponentOne
C1.iOS.Viewer Assembly / C1.iOS.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 ConstructorOverloaded.   
    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 UIKit.UIView)
    Public Property (Inherited from Foundation.NSObject)
    Public PropertyOverridden. Gets IntrinsicContentSize  
    Public PropertyGets or sets the menu items.  
    Public PropertyGets or sets the width of the hamburger menu.  
    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 PropertyGets or sets the rotate clockwise.  
    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 Foundation.NSObject)
    Public PropertyGets or sets the preview zoom mode.  
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from UIKit.UIView)
    Public MethodOverloaded.  (Inherited from Foundation.NSObject)
    Public Method (Inherited from UIKit.UIView)
    Public Method (Inherited from Foundation.NSObject)
    Public MethodOverloaded.  (Inherited from Foundation.NSObject)
    Public MethodClears the document, removing all content and resetting all properties and settings to their initial default values.  
    Public Method (Inherited from Foundation.NSObject)
    Public Method (Inherited from Foundation.NSObject)
    Public Method (Inherited from Foundation.NSObject)
    Public Method (Inherited from Foundation.NSObject)
    Public Method (Inherited from Foundation.NSObject)
    Public MethodOverloaded.  (Inherited from Foundation.NSObject)
    Public MethodGets the current active search item. Return null if no item is actived.  
    Public Method (Inherited from UIKit.UIView)
    Public Method (Inherited from Foundation.NSObject)
    Public Method (Inherited from Foundation.NSObject)
    Public MethodReturns numbers of pages which are currently visible in the viewport.  
    Public Method (Inherited from Foundation.NSObject)
    Public MethodOverloaded.  (Inherited from Foundation.NSObject)
    Public MethodOverloaded.  (Inherited from Foundation.NSObject)
    Public MethodLoads document to the viewer  
    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 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 Foundation.NSObject)
    Public Method (Inherited from Foundation.NSObject)
    Public MethodShows the print dialog  
    Public Method (Inherited from Foundation.NSObject)
    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 UIKit.UIView)
    Public Event (Inherited from UIKit.UIView)
    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 EventOccurs when click on hamburger menu item.  
    Top
    See Also