VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Codecs.Encoders Namespace / PdfMrcCompressionSettings Class / BackgroundLayerName Property
Синтаксис Требования Смотрите также
В этом разделе
    BackgroundLayerName Свойство (PdfMrcCompressionSettings)
    В этом разделе
    Возвращает или задает имя фонового слоя PDF.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The name of the background PDF layer.")>
    <DefaultValueAttribute("Background")>
    Public Property BackgroundLayerName As System.String
    
    
    [Description("The name of the background PDF layer.")]
    [DefaultValue("Background")]
    public System.String BackgroundLayerName { get; set; }
    
    
    [Description("The name of the background PDF layer.")]
    [DefaultValue("Background")]
    public: __property System.String get_BackgroundLayerName();
    public: __property void set_BackgroundLayerName(
    System.String value
    );
    [Description("The name of the background PDF layer.")]
    [DefaultValue("Background")]
    public:
    property System.String BackgroundLayerName { System.String get(); void set(System.String value); }

    Property Value

    Значение по умолчанию - "Background".
    Требования

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

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