Aspose::Pdf::Facades::PdfFileEditor::ContentsResizeParameters::Margins method

ContentsResizeParameters::Margins method

Creates resize parameters with specifed margins value. Contents size is automatically calculated.

static System::SharedPtr<PdfFileEditor::ContentsResizeParameters> Aspose::Pdf::Facades::PdfFileEditor::ContentsResizeParameters::Margins(double left, double right, double top, double bottom)
ParameterTypeDescription
leftdoubleLeft margin.
rightdoubleRight margin.
topdoubleTop margin.
bottomdoubleBottom margin.

ReturnValue

Created resize parameters.

See Also