VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / PdfMrcCompressionSettings Class / ColorMaskLayerName Property
Syntax Remarks Requirements SeeAlso
In This Topic
    ColorMaskLayerName Property (PdfMrcCompressionSettings)
    In This Topic
    Gets or sets the name of the color mask PDF layer.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The name of the color mask PDF layer.")>
    <DefaultValueAttribute("Text Color")>
    Public Property ColorMaskLayerName As System.String
    
    
    [Description("The name of the color mask PDF layer.")]
    [DefaultValue("Text Color")]
    public System.String ColorMaskLayerName { get; set; }
    
    
    [Description("The name of the color mask PDF layer.")]
    [DefaultValue("Text Color")]
    public: __property System.String get_ColorMaskLayerName();
    public: __property void set_ColorMaskLayerName(
    System.String value
    );
    [Description("The name of the color mask PDF layer.")]
    [DefaultValue("Text Color")]
    public:
    property System.String ColorMaskLayerName { System.String get(); void set(System.String value); }

    Property Value

    Default value is "Text Color".
    Remarks

    This property is used if CreateFrontLayer is true.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also