'Declaration <DefaultValueAttribute(True)> <DescriptionAttribute("A value indicating whether the crop box should be used.")> Public Property UseCropBox As Boolean
[DefaultValue(True)] [Description("A value indicating whether the crop box should be used.")] public bool UseCropBox { get; set; }
[DefaultValue(True)] [Description("A value indicating whether the crop box should be used.")] public: __property bool get_UseCropBox(); public: __property void set_UseCropBox(
bool value
);
[DefaultValue(True)] [Description("A value indicating whether the crop box should be used.")] public:
property bool UseCropBox { bool get(); void set(bool value); }
Property Value
true - page should be cropped if page has crop box; false - page should not be cropped.