PdfPrintUseHardMargins Property

Set this property to false to disable the usage of printer hard margins when calculating the space available for printing in paper. The default value is true

Definition

Namespace: EvoPdf.PdfPrint
Assembly: EvoPdfPrint_NetCore (in EvoPdfPrint_NetCore.dll) Version: 14.0.0
C#
public bool UseHardMargins { get; set; }

Property Value

Boolean

See Also