Aspose::Pdf::Facades::PdfFileEditor::ContentsResizeParameters::ContentSizePercent method

ContentsResizeParameters::ContentSizePercent method

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

static System::SharedPtr<PdfFileEditor::ContentsResizeParameters> Aspose::Pdf::Facades::PdfFileEditor::ContentsResizeParameters::ContentSizePercent(double width, double height)
ParameterTypeDescription
widthdoubleNew content width in percents.
heightdoubleNew contents height in percents.

ReturnValue

New resize parameters.

See Also