'Declaration <DescriptionAttribute("A value indicating whether the crop box should be used.")> <DefaultValueAttribute(True)> Public Property UseCropBox As Boolean
[Description("A value indicating whether the crop box should be used.")] [DefaultValue(True)] public bool UseCropBox { get; set; }
[Description("A value indicating whether the crop box should be used.")] [DefaultValue(True)] public: __property bool get_UseCropBox(); public: __property void set_UseCropBox(
bool value
);
[Description("A value indicating whether the crop box should be used.")] [DefaultValue(True)] 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.