VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / PdfMrcCompressionSettings Class / CreateFrontLayer Property
Syntax Remarks Requirements SeeAlso
In This Topic
    CreateFrontLayer Property (PdfMrcCompressionSettings)
    In This Topic
    Gets or sets a value indicating whether the front layer must be created.
    Syntax
    'Declaration
    
    <DescriptionAttribute("A value indicating whether the front layer must be created.")>
    <DefaultValueAttribute(True)>
    Public Property CreateFrontLayer As Boolean
    
    
    [Description("A value indicating whether the front layer must be created.")]
    [DefaultValue(True)]
    public bool CreateFrontLayer { get; set; }
    
    
    [Description("A value indicating whether the front layer must be created.")]
    [DefaultValue(True)]
    public: __property bool get_CreateFrontLayer();
    public: __property void set_CreateFrontLayer(
    bool value
    );
    [Description("A value indicating whether the front layer must be created.")]
    [DefaultValue(True)]
    public:
    property bool CreateFrontLayer { bool get(); void set(bool value); }

    Property Value

    true - the front layer must be created; false - the front layer must not be created. Default value is true.
    Remarks

    Black color is used as text filling color if the front layer is not created.

    Requirements

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

    See Also