'Declaration <DefaultValueAttribute("Images")> <DescriptionAttribute("The name of the images PDF layer.")> Public Property ImagesLayerName As System.String
[DefaultValue("Images")] [Description("The name of the images PDF layer.")] public System.String ImagesLayerName { get; set; }
[DefaultValue("Images")] [Description("The name of the images PDF layer.")] public: __property System.String get_ImagesLayerName(); public: __property void set_ImagesLayerName(
System.String value
);
[DefaultValue("Images")] [Description("The name of the images PDF layer.")] public:
property System.String ImagesLayerName { System.String get(); void set(System.String value); }
Property Value
Значение по умолчанию - "Images".