Aspose::Pdf::Facades::PdfFileEditor::ContentsResizeParameters::PageResizePct method

ContentsResizeParameters::PageResizePct method

Creates resize paramters for page resize. New sizes are specified in percent.

static System::SharedPtr<PdfFileEditor::ContentsResizeParameters> Aspose::Pdf::Facades::PdfFileEditor::ContentsResizeParameters::PageResizePct(double widthPct, double heightPct)
ParameterTypeDescription
widthPctdoubleNew page width in percents.
heightPctdoubleNew page height in percents.

ReturnValue

New resize paramteres.

See Also