VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / PdfRenderingSettings Class / UseCropBox Property
Syntax Requirements SeeAlso
In This Topic
    UseCropBox Property (PdfRenderingSettings)
    In This Topic
    Gets or sets a value indicating whether the crop box should be used.
    Syntax
    '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.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also