CPDFPageSize.custom constructor

CPDFPageSize.custom(
  1. int width,
  2. int height
)

Implementation

factory CPDFPageSize.custom(int width, int height) {
  return CPDFPageSize._('custom', width, height, isCustom: true);
}