PdfFileEditor.ContentsResizeParameters.ContentSizePercent

PdfFileEditor.ContentsResizeParameters.ContentSizePercent method

Creates resize parameters with specified contents size in percents of initial page size. Margins are caculated automatically.

public static ContentsResizeParameters ContentSizePercent(double width, double height)
ParameterTypeDescription
widthDoubleNew content width in percents.
heightDoubleNew contents height in percents.

Return Value

New resize parameters.

See Also