'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 - страница должна быть обрезана, если на ней есть поле обрезки; false - страница не должна быть обрезана.