VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Codecs.Encoders Namespace / PdfMrcCompressionSettings Class / ColorMaskLayerName Property
Синтаксис Ремарки Требования Смотрите также
В этом разделе
    ColorMaskLayerName Свойство (PdfMrcCompressionSettings)
    В этом разделе
    Возвращает или задает имя слоя цветовой маски PDF.
    Синтаксис
    '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

    Значение по умолчанию - "Text Color".
    Ремарки

    Это свойство используется, если CreateFrontLayer равно true.

    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также