Margins(Single) Constructor |
Initializes all margins with the same value
Namespace: ExpertPdf.HtmlToPdf.PdfDocumentAssembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.0
Syntaxpublic Margins(
float all
)
Public Sub New (
all As Single
)
Parameters
- all Single
- The value for all document margins.
See Also