WordToPdfDocumentOptionsBottomMargin Property

The rendered PDF document bottom margin in points. 1 point is 1/72 inch. This property is used only when UsePageSettingsFromWord is set to false. By default the left margin is 0.

Definition

Namespace: EvoPdf.Chromium
Assembly: EvoPdf.Chromium (in EvoPdf.Chromium.dll) Version: 12.5.0
C#
public int BottomMargin { get; set; }

Property Value

Int32

See Also