'Declaration Public Property ArtBox As System.Drawing.RectangleF
public System.Drawing.RectangleF ArtBox { get; set; }
public: __property System.Drawing.RectangleF* get_ArtBox(); public: __property void set_ArtBox(
System.Drawing.RectangleF* value
);
public:
property System.Drawing.RectangleF^ ArtBox { System.Drawing.RectangleF^ get(); void set(System.Drawing.RectangleF^ value); }
Property Value
Default value is the value of CropBox.