AdjustContentWidth Method
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| PDFRect..::..AdjustContentWidth Method |
| PDFRect Class See Also Send Feedback |
Adjust Content width to spficial width
if the content is text it would be warp
Namespace:Â CuteEditor.Convertor.PDFAssembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public void AdjustContentWidth( int width ) |
| Visual Basic |
|---|
Public Sub AdjustContentWidth ( _ width As Integer _ ) |
| Visual C++ |
|---|
public: void AdjustContentWidth( int width ) |
Parameters
- width
- Type: System..::..Int32