Click or drag to resize

ReportingCloud Methods

The ReportingCloud type exposes the following members.

Methods
  NameDescription
Public methodAppendDocument
This method appends documents to a single resulting document
Public methodCheckText
This method checks text for spelling errors.
Public methodConvertDocument
This method converts a document to another format.
Public methodCreateAccountAPIKey
This method creates and returns a valid API Key for the current account
Public methodDeleteAccountAPIKey
This method deletes an available API Key that belongs to the current account
Public methodDeleteTemplate
This method deletes a template from the template storage.
Public methodDownloadTemplate
This method returns a template from the template storage as a byte array.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFindAndReplaceDocument
This method replaces strings in a document.
Public methodGetAccountAPIKeys
This method returns the available API Keys for the current account
Public methodGetAccountSettings
This method returns the account settings.
Public methodGetAvailableDictionaries
This method returns the available dictionaries.
Public methodGetDocumentThumbnails
This method returns a list of thumbnails of a specific template in the template storage.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetSuggestions
This method returns suggestions for a misspelled word.
Public methodGetTemplateCount
This method returns the number of templates in the template storage.
Public methodGetTemplateInfo
This method returns template information.
Public methodGetTemplatePageCount
This method returns the number of pages of a template in the template storage.
Public methodGetTemplateThumbnails
This method returns a list of thumbnails of a specific template in the template storage.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodListFonts
This method lists all available fonts.
Public methodListTemplates
This method lists all templates stored in the template storage.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMergeDocument
This method merges a template with data.
Public methodShareDocument
This method returns the hash value that is used to share documents using the portal.
Public methodTemplateExists
This method checks whether a template exists or not in the template storage.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUploadTemplate
This method uploads a template to the template storage.
Top
See Also