WordToPdfDocumentOptionsTopMargin Property

The rendered PDF document top 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: Winnovative.Pdf.Chromium
Assembly: Winnovative.Pdf.Chromium (in Winnovative.Pdf.Chromium.dll) Version: 19.5.0
C#
public int TopMargin { get; set; }

Property Value

Int32

See Also