ImageMaskResourceID Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets the mask resource ID of an image XObject defining an image mask to be applied to this image. It's also possible to use an array specifying a range of colours to be applied as a colour key mask, see MaskColorRanges. If IsStencilMask is true, this entry shall not be present.

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 string MaskResourceID { get; set; }

Property Value

Type: String
The mask resource ID.
See Also

Reference