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)
| Parameter | Type | Description |
|---|---|---|
| width | double | New width of contents. |
| height | double | New height of contetns. |
ReturnValue
Returns new resize parameters.
See Also
- Typedef SharedPtr
- Class ContentsResizeParameters
- Class ContentsResizeParameters
- Class PdfFileEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++