Platforms to show: All Mac Windows Linux Cross-Platform

UIPrintInfoMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class Printing iOS MBS iOS Plugin 24.2 ❌ No ❌ No ❌ No ✅ Yes iOS only
One of the output types.
Example
Var info As New UIPrintInfoMBS

info.outputType = info.OutputGrayscale
info.duplex = info.DuplexLongEdge
info.jobName = "testing"

Duplex

Constant Value Description
DuplexLongEdge 1 Duplex printing that flips the back page along the long edge of the paper.
DuplexNone 0 No double-sided (duplex) printing; single-sided printing only.
DuplexShortEdge 2 Duplex print that flips the back page along the short edge of the paper.

Output Types

Constant Value Description
OutputGeneral 0 Specifies that the printed content consists of mixed text, graphics, and images. The default paper is Letter, A4, or similar locale-specific designation. Output is normal quality, duplex.
OutputGrayscale 2 Specifies that the printed content is a grayscale image. Set the output type to this value when your printable content contains no color—for example, it’s black text only. The default paper is Letter/A4. Output is high quality grayscale, duplex.
OutputPhoto 1 Specifies that the printed content consists of black-and-white or color images. The default paper is 4x6, A6, or similar locale-specific designation. Output is high quality, simplex.
OutputPhotoGrayscale 3 Specifies that the printed content is grayscale. Set the output type to this value when your printable content contains no color—for example, it’s black text only. The default paper is Letter/A4. Output is grayscale quality, duplex. This content type can produce a performance improvement in some cases.

This class has no sub classes.

Some properties using for this class:

Some examples using this class:

Blog Entries

Xojo Developer Magazine

Release notes


The items on this page are in the following plugins: MBS iOS Plugin.


UIPrinterPickerControllerMBS   -   UIPrintInteractionControllerMBS


The biggest plugin in space...