C1.iOS.Viewer Assembly / C1.iOS.Viewer Namespace / FlexViewer Class

FlexViewer Class Methods

For a list of all members of this type, see FlexViewer members.

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
See Also