Enum printpdf::types::plugins::graphics::extgstate::OverprintMode [] [src]

pub enum OverprintMode {
    EraseUnderlying,
    KeepUnderlying,
}

(PDF 1.3) A code specifying whether a color component value of 0 in a DeviceCMYK color space should erase that component (EraseUnderlying) or leave it unchanged (KeepUnderlying) when overprinting (see Section 4.5.6, “Over- print Control”). Initial value: EraseUnderlying

Variants

Erase underlying color when overprinting

Keep underlying color when overprinting

Trait Implementations

impl Debug for OverprintMode
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for OverprintMode
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Copy for OverprintMode
[src]

impl Clone for OverprintMode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Into<Object> for OverprintMode
[src]

[src]

Performs the conversion.