ImageUseInvertedDecode Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets an flag specifying how the source samples shall be interpreted. It is meaningfull for Stencil Masks only. If the flag is not set (the default for an image mask), a sample value of 0 shall mark the page with the current colour, and a 1 shall leave the previous contents unchanged. If the flag is set, these meanings shall be reversed.

Namespace:  Apitron.PDF.Kit.FixedLayout.Resources.XObjects
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public Nullable<bool> UseInvertedDecode { get; set; }

Property Value

Type: NullableBoolean
The use inverted decode.
See Also

Reference