تاریخ آخرین بهروزرسانی 2024-11-12 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","easyToUnderstand","thumb-up"],["مشکلم را برطرف کرد","solvedMyProblem","thumb-up"],["غیره","otherUp","thumb-up"]],[["اطلاعاتی که نیاز دارم وجود ندارد","missingTheInformationINeed","thumb-down"],["بیشازحد پیچیده/ مراحل بسیار زیاد","tooComplicatedTooManySteps","thumb-down"],["قدیمی","outOfDate","thumb-down"],["مشکل ترجمه","translationIssue","thumb-down"],["مشکل کد / نمونهها","samplesCodeIssue","thumb-down"],["غیره","otherDown","thumb-down"]],["تاریخ آخرین بهروزرسانی 2024-11-12 بهوقت ساعت هماهنگ جهانی."],[[["This method allows you to set the preferred dimensions of the dialog window, ensuring it's automatically centered on the screen."],["The dialog's size is constrained, with a minimum of 566x350 pixels and a maximum of 1051x650 pixels."],["Both width and height are mandatory parameters and need to be provided as numbers when calling the `setSize` method."],["Using this method returns a PickerBuilder object for further customization."]]],["The `setSize` function defines the dimensions of a dialog, accepting `width` and `height` as mandatory numerical inputs. The dialog is automatically centered, with a minimum size of (566, 350) and a maximum of (1051, 650). This function returns a `PickerBuilder` object. The parameters `width` and `height` do not have an additional description. The function is neither optional, final, protected nor static.\n"]]