Aspose::Pdf::Facades::PdfFileEditor::ContentsResizeParameters::ContentSize method

ContentsResizeParameters::ContentSize method

Creates resize parameters with specified contents size.

static System::SharedPtr<PdfFileEditor::ContentsResizeParameters> Aspose::Pdf::Facades::PdfFileEditor::ContentsResizeParameters::ContentSize(double width, double height)
ParameterTypeDescription
widthdoubleNew width of contents.
heightdoubleNew height of contetns.

ReturnValue

Returns new resize parameters.

See Also