MESCIUS.ActiveReports.Core.Document.Drawing.Gdi Assembly / GrapeCity.ActiveReports.Core.Document.Drawing.Gdi.Document Namespace / PaddingExtension Class / ToGdiPadding Method
The specified padding.

In This Topic
ToGdiPadding Method
In This Topic
Converts the default padding to GDI padding.
Syntax
'Declaration
 
Public Shared Function ToGdiPadding( _
   ByVal padding As PaddingEx _
) As RText.PaddingEx
 

Parameters

padding
The specified padding.

Return Value

Returns the GDI padding.
Remarks
This method should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
See Also