PdfDocumentOptionsTopSpacing Property
A space in points to introduce at the top of PDF pages where the content is rendered. 1 point is 1/72 inch. By default the top spacing is 0.
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public float TopSpacing { get; set; }
Public Property TopSpacing As Single
Get
Set
public:
property float TopSpacing {
float get ();
void set (float value);
}
member TopSpacing : float32 with get, set
Property Value
Single