WordToPdfDocumentOptionsMargins Property

The PDF document margins. This property is used only when UsePageSettingsFromWord is set to false. By default all the margins are 0

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next.WordToPdf (in HiQPdf.Next.WordToPdf.dll) Version: 18.0.0
C#
public PdfMargins Margins { get; set; }

Property Value

PdfMargins

See Also