'Declaration <DescriptionAttribute("Indicates whether the images layer must be created.")> <DefaultValueAttribute(False)> Public Property CreateImagesLayer As Boolean
[Description("Indicates whether the images layer must be created.")] [DefaultValue(false)] public bool CreateImagesLayer {get; set;}
[Description("Indicates whether the images layer must be created.")] [DefaultValue(false)] public: __property bool get_CreateImagesLayer(); public: __property void set_CreateImagesLayer( bool value );
[Description("Indicates whether the images layer must be created.")] [DefaultValue(false)] public: property bool CreateImagesLayer { bool get(); void set ( bool value); }
Property Value
true - the images layer must be created, each image found on the source image will be stored separately as image-resource; false - the images layer must not be created, each image found on the source image will be placed in the background layer.Default value is false.