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