CPDFEditTextAreaSetCharsFontStrokeWidth Method |
Sets the font stroke width for the selected text.
Namespace:
ComPDFKit.PDFPage.Edit
Assembly:
ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 3.0.0.0 (3.0.0.0)
Syntaxpublic bool SetCharsFontStrokeWidth(
float strokeWidth,
bool addUndo = true
)
Parameters
- strokeWidth
- Type: SystemSingle
The stroke width value. - addUndo (Optional)
- Type: SystemBoolean
Whether to add to undo stack.
Return Value
Type:
BooleanReturns true on success, false on failure.
See Also