PdfFileEditor.ContentsResizeParameters.ContentSize

PdfFileEditor.ContentsResizeParameters.ContentSize method

Creates resize parameters with specified contents size.

public static ContentsResizeParameters ContentSize(double width, double height)
ParameterTypeDescription
widthDoubleNew width of contents.
heightDoubleNew height of contetns.

Return Value

Returns new resize parameters.

See Also