winprint-ext 0.2.3

Fork of winprint (Windows printer API) with enhanced image printing (fit-to-page, auto-rotate)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
use super::{
    define_feature_option_pack,
    document::{ParameterInit, PrintFeatureOption, NS_PSK},
    PredefinedDuplexType,
};
use xml::name::OwnedName;

define_feature_option_pack!(
    OwnedName::qualified("JobDuplexAllDocumentsContiguously", NS_PSK, Some("psk")),
    JobDuplex,
    PredefinedDuplexType
);