Click or drag to resize
Converter Methods
Public API of XMLmind XSL-FO Converter for .NET

The Converter type exposes the following members.

Methods
  NameDescription
Public methodConvert
Performs the conversion.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetErrorHandler
Returns the registered error handler.
Public methodGetHashCode (Inherited from Object.)
Public methodGetInput
Returns specified input.
Public methodGetOutput
Returns specified output.
Public methodGetType (Inherited from Object.)
Public methodGetUriResolver
Returns the registered URI resolver.
Public methodStatic memberListEncodings
Lists the available encodings for the specified output format.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberParseEditRestrictions
Parses edit restrictions specified as a string.
Public methodSetDocumentMeta
Add, replace or remove specified document metadata.
Public methodSetErrorHandler
Registers an error handler.
Public methodSetInput(Stream)
Sets the conversion input source.
Public methodSetInput(TextReader)
Sets the conversion input source.
Public methodSetInput(String)
Sets the conversion input source.
Public methodSetInput(XmlReader)
Sets the conversion input source.
Public methodSetOutput(Stream)
Sets the conversion output destination.
Public methodSetOutput(TextWriter)
Sets the conversion output destination.
Public methodSetOutput(String)
Sets the conversion output destination.
Public methodSetUriResolver
Registers a URI resolver.
Public methodToString (Inherited from Object.)
Top
See Also