Click or drag to resize

ContentReplacer Methods

The ContentReplacer type exposes the following members.

Methods
  NameDescription
Public methodAddImage
Replace the image that best fits 'target_region' with 'replacement_image'.
Public methodAddString
Any text of the form "[template_text]" will be replaced by "replacement_text".
Public methodAddText
All text inside 'target_region' will be deleted and replaced with 'replacement_text'.
Public methodClose
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodProcess
Public methodSetMatchStrings
Change the delimiters from '[' and ']' to arbitary strings.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also