PdfFileEditor.ContentsResizeParameters.Margins

PdfFileEditor.ContentsResizeParameters.Margins method

Creates resize parameters with specifed margins value. Contents size is automatically calculated.

public static ContentsResizeParameters Margins(double left, double right, double top, double bottom)
ParameterTypeDescription
leftDoubleLeft margin.
rightDoubleRight margin.
topDoubleTop margin.
bottomDoubleBottom margin.

Return Value

Created resize parameters.

See Also