TextReplaceOptions.TextReplaceOptions
TextReplaceOptions(Scope)
Initializes new instance of the TextReplaceOptions
object for the specified scope.
public TextReplaceOptions(Scope scope)
Parameter | Type | Description |
---|---|---|
scope | Scope | Scope object. |
See Also
- enum Scope
- class TextReplaceOptions
- namespace Aspose.Pdf.Text
- assembly Aspose.PDF
TextReplaceOptions(ReplaceAdjustment)
Initializes new instance of the TextReplaceOptions
object for the specified after replace action.
public TextReplaceOptions(ReplaceAdjustment adjustment)
Parameter | Type | Description |
---|---|---|
adjustment | ReplaceAdjustment | ReplaceAdjustment object. |
See Also
- enum ReplaceAdjustment
- class TextReplaceOptions
- namespace Aspose.Pdf.Text
- assembly Aspose.PDF