'Declaration Public Function PercentageScale( _ ByVal percentageScale As Single _ ) As Paragraph
'Usage Dim instance As Paragraph Dim percentageScale As Single Dim value As Paragraph value = instance.PercentageScale(percentageScale)
public Paragraph PercentageScale( float percentageScale )
Parameters
- percentageScale
- The percentage scale to apply.
Return Value
The modified Paragraph.