|
PdfMargins(Single) Constructor
|
Initializes all margins with the same value
Namespace: SelectPdfAssembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntaxpublic PdfMargins(
float all
)
Public Sub New (
all As Single
)
Parameters
- all Single
- The value for all document margins.
See Also