'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".