MarginsPercent

PdfFileEditor.ContentsResizeParameters.MarginsPercent method

Skapar parametrar för storleksändring. Marginaler anges i procent av den ursprungliga sidstorleken.

public static ContentsResizeParameters MarginsPercent(double left, double right, double top, 
    double bottom)
ParameterTypBeskrivning
leftDoubleVänstermarginal (i procent av sidbredden).
rightDoubleHögermarginal (i procent av sidhöjden).
topDoubleToppmarginal (i procent av sidhöjden).
bottomDoubleNedre marginal (i procent av sidhöjd).

Returvärde

Returnerar nya storleksändringsparametrar.

Se även