PMPrinterPrintWithFile

Function PMPrinterPrintWithFile 

Source
pub unsafe extern "C-unwind" fn PMPrinterPrintWithFile(
    printer: PMPrinter,
    settings: PMPrintSettings,
    format: PMPageFormat,
    mime_type: Option<&CFString>,
    file_url: &CFURL,
) -> u32
Available on crate features PMCore and PMDefinitions only.
Expand description

ยงSafety

  • printer must be a valid pointer.
  • settings must be a valid pointer.
  • format must be a valid pointer or null.