Margins

PdfFileEditor.ContentsResizeParameters.Margins method

创建具有指定边距值的调整大小参数。自动计算内容大小。

public static ContentsResizeParameters Margins(double left, double right, double top, double bottom)
范围类型描述
leftDouble左边距。
rightDouble右边距。
topDouble上边距。
bottomDouble下边距。

返回值

创建调整大小参数。

也可以看看